X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/94a6f0f8d654d41867e85447432db5b88c1fd445..48d2ab90ee02b7e2441f33fa8575bf51f56a364e:/src/gtk/app.cpp diff --git a/src/gtk/app.cpp b/src/gtk/app.cpp index db8547b840..08de37e9ae 100644 --- a/src/gtk/app.cpp +++ b/src/gtk/app.cpp @@ -25,6 +25,7 @@ #include "wx/settings.h" #include "wx/dialog.h" #include "wx/msgdlg.h" +#include "wx/file.h" #if wxUSE_WX_RESOURCES #include "wx/resource.h" @@ -544,7 +545,7 @@ bool wxApp::SendIdleEvents( wxWindow* win ) event.SetEventObject(win); win->GetEventHandler()->ProcessEvent(event); - + if (event.MoreRequested()) needMore = TRUE;