]> git.saurik.com Git - wxWidgets.git/commitdiff
Restored the accidentally deleted "return true;" at the end of the Show method from...
authorKevin Hock <hockkn@yahoo.com>
Wed, 9 Nov 2005 00:30:45 +0000 (00:30 +0000)
committerKevin Hock <hockkn@yahoo.com>
Wed, 9 Nov 2005 00:30:45 +0000 (00:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/toplevel.cpp

index 8b7cc3f70ade63192aa6cceaba6d84d2d5803052..f1dfb54d5ca490772df3a9877a2b5b5d877fe38b 100644 (file)
@@ -617,6 +617,8 @@ bool wxTopLevelWindowMSW::Show(bool show)
     if (frame && frame->GetMenuBar())
         frame->GetMenuBar()->AddAdornments(GetWindowStyleFlag());
 #endif
     if (frame && frame->GetMenuBar())
         frame->GetMenuBar()->AddAdornments(GetWindowStyleFlag());
 #endif
+
+    return true;
 }
 
 // ----------------------------------------------------------------------------
 }
 
 // ----------------------------------------------------------------------------