mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 10:00:34 +02:00
MG: fixed flickering of modal forms
git-svn-id: trunk@1895 -
This commit is contained in:
parent
b9912a1947
commit
6db7d55819
@ -2130,7 +2130,10 @@ var
|
||||
|
||||
Style := gtk_style_attach(GetStyle('checkbox'),pDC^.Drawable);
|
||||
Widget := GetStyleWidget('checkbox');
|
||||
|
||||
// Do we really need to set this?
|
||||
GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
|
||||
|
||||
Widget^.Window := pDC^.Drawable;
|
||||
gtk_paint_check(Style,pDC^.Drawable, State,
|
||||
Shadow, nil, Widget, 'checkbutton',
|
||||
@ -7165,6 +7168,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.139 2002/09/30 20:19:14 lazarus
|
||||
MG: fixed flickering of modal forms
|
||||
|
||||
Revision 1.138 2002/09/27 20:52:25 lazarus
|
||||
MWE: Applied patch from "Andrew Johnson" <aj_genius@hotmail.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user