mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 05:29:22 +02:00
* increased max. possible screen/view width to 255
This commit is contained in:
parent
1e075fd1c0
commit
569b45597b
@ -617,7 +617,7 @@ CONST QueueMax = 64; { Max new queue size }
|
||||
{---------------------------------------------------------------------------}
|
||||
{ MAX WIEW WIDTH to avoid TDrawBuffer overrun in views unit }
|
||||
{---------------------------------------------------------------------------}
|
||||
CONST MaxViewWidth = 132; { Max view width }
|
||||
CONST MaxViewWidth = 255; { Max view width }
|
||||
|
||||
{***************************************************************************}
|
||||
{ PRIVATE INTERNAL TYPES }
|
||||
@ -1465,7 +1465,10 @@ BEGIN
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.44 2004-11-06 19:19:30 armin
|
||||
Revision 1.45 2004-11-24 21:03:05 florian
|
||||
* increased max. possible screen/view width to 255
|
||||
|
||||
Revision 1.44 2004/11/06 19:19:30 armin
|
||||
* added targets netware and netwlibc
|
||||
|
||||
Revision 1.43 2004/11/06 17:08:48 peter
|
||||
|
@ -259,7 +259,7 @@ CONST
|
||||
{---------------------------------------------------------------------------}
|
||||
CONST
|
||||
wnNoNumber = 0; { Window has no num }
|
||||
MaxViewWidth = 132; { Max view width }
|
||||
MaxViewWidth = 255; { Max view width }
|
||||
|
||||
|
||||
{***************************************************************************}
|
||||
@ -4639,7 +4639,10 @@ END.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.49 2004-11-06 23:24:37 peter
|
||||
Revision 1.50 2004-11-24 21:03:05 florian
|
||||
* increased max. possible screen/view width to 255
|
||||
|
||||
Revision 1.49 2004/11/06 23:24:37 peter
|
||||
* fixed button click
|
||||
|
||||
Revision 1.48 2004/11/06 22:03:06 peter
|
||||
|
Loading…
Reference in New Issue
Block a user