X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a5b31f4e11c860fa5d9949c8694a7499793c3b98..a6c82d64cea683018dfab0f65c1e26ec07eab0c3:/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(); }