X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5b31f4e11c860fa5d9949c8694a7499793c3b98..2c8204062697e1d3c6600bc73c40c97fd29a13dd:/src/dfb/app.cpp diff --git a/src/dfb/app.cpp b/src/dfb/app.cpp index 4618b16e4b..fc5357d91f 100644 --- a/src/dfb/app.cpp +++ b/src/dfb/app.cpp @@ -50,9 +50,6 @@ bool wxApp::Initialize(int& argc, wxChar **argv) if ( !wxIDirectFB::Get() ) return false; - #warning "FIXME: theme override is temporary" - wxTheme::Set(wxTheme::Create(_T("gtk"))); - return true; } @@ -60,6 +57,7 @@ void wxApp::CleanUp() { wxAppBase::CleanUp(); + wxEventLoop::CleanUp(); wxIDirectFB::CleanUp(); }