Updated configure (not only configure.in)
Refresh improvements git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3836 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -610,9 +610,11 @@ gtk_myfixed_draw (GtkWidget *widget,
|
||||
if (GTK_WIDGET_DRAWABLE (widget))
|
||||
{
|
||||
myfixed = GTK_MYFIXED (widget);
|
||||
gtk_myfixed_paint (widget, area);
|
||||
|
||||
|
||||
children = myfixed->children;
|
||||
if (children) /* mini optimisation */
|
||||
gtk_myfixed_paint (widget, area);
|
||||
|
||||
while (children)
|
||||
{
|
||||
child = children->data;
|
||||
|
Reference in New Issue
Block a user