mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 11:49:24 +02:00
MG: deactivated new system colors, till we got a consistent solution
git-svn-id: trunk@709 -
This commit is contained in:
parent
fc960176b5
commit
3c2076c235
@ -3303,7 +3303,8 @@ begin
|
|||||||
csFixed: //used for TWinControl, maybe change this to csWinControl
|
csFixed: //used for TWinControl, maybe change this to csWinControl
|
||||||
begin
|
begin
|
||||||
p := GTKAPIWidget_New;
|
p := GTKAPIWidget_New;
|
||||||
gtk_scrolled_window_set_policy(PGTKScrolledWindow(p), GTK_POLICY_NEVER, GTK_POLICY_NEVER);
|
gtk_scrolled_window_set_policy(PGTKScrolledWindow(p),
|
||||||
|
GTK_POLICY_NEVER, GTK_POLICY_NEVER);
|
||||||
|
|
||||||
Adjustment := gtk_scrolled_window_get_vadjustment(PGTKScrolledWindow(p));
|
Adjustment := gtk_scrolled_window_get_vadjustment(PGTKScrolledWindow(p));
|
||||||
if Adjustment <> nil
|
if Adjustment <> nil
|
||||||
@ -4950,6 +4951,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.131 2002/05/31 06:45:22 lazarus
|
||||||
|
MG: deactivated new system colors, till we got a consistent solution
|
||||||
|
|
||||||
Revision 1.130 2002/05/30 14:11:12 lazarus
|
Revision 1.130 2002/05/30 14:11:12 lazarus
|
||||||
MG: added filters and history to TOpenDialog
|
MG: added filters and history to TOpenDialog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user