projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Implemented OnParentEnable to allow widgets to reset their colours
[wxWidgets.git]
/
src
/
qt
/
app.cpp
diff --git
a/src/qt/app.cpp
b/src/qt/app.cpp
index f34b677837489612aca29a637b30f66baadfbde2..0294c58bc4930da9c416b65559fd34456d4149ea 100644
(file)
--- a/
src/qt/app.cpp
+++ b/
src/qt/app.cpp
@@
-40,12
+40,10
@@
extern wxList wxPendingDelete;
wxApp *wxTheApp = NULL;
-#if !USE_SHARED_LIBRARY
IMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler)
BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
EVT_IDLE(wxApp::OnIdle)
END_EVENT_TABLE()
-#endif
long wxApp::sm_lastMessageTime = 0;