]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
Honour wxSB_WRAP in wxMotif spin button
[wxWidgets.git] / src / common / appcmn.cpp
index 19ddb1965c59f9a25e24a2cbfa380ec716bdac97..fec6879ea6336c67bc1bbb519a75eff6ea584d73 100644 (file)
@@ -112,6 +112,7 @@ wxAppBase::~wxAppBase()
 }
 
 #if wxUSE_GUI
+
 bool wxAppBase::OnInitGui()
 {
 #ifdef __WXUNIVERSAL__
@@ -124,7 +125,6 @@ bool wxAppBase::OnInitGui()
 
     return TRUE;
 }
-#endif // wxUSE_GUI
 
 int wxAppBase::OnRun()
 {
@@ -139,6 +139,8 @@ int wxAppBase::OnRun()
     return MainLoop();
 }
 
+#endif // wxUSE_GUI
+
 int wxAppBase::OnExit()
 {
 #if wxUSE_CONFIG