Applied patch for stipppled brushes,
Corrected idle behaviour after popmenu call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3289 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2909,7 +2909,11 @@ bool wxWindow::DoPopupMenu( wxMenu *menu, int x, int y )
|
||||
0 //gs_timeLastClick // the time of activation
|
||||
);
|
||||
|
||||
while (is_waiting) wxYield();
|
||||
while (is_waiting)
|
||||
{
|
||||
while (gtk_events_pending())
|
||||
gtk_main_iteration();
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user