Added Layout() call to top level window Show() to prevent double-sizing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-03-14 22:03:43 +00:00
parent 73b0423d0f
commit 7ded318bef
3 changed files with 14 additions and 1 deletions

View File

@@ -170,7 +170,7 @@ int wxEventLoop::Run()
#endif
if (!m_impl->SendIdleEvent())
{
#if 0 // wxUSE_THREADS
#if wxUSE_THREADS
// leave the main loop to give other threads a chance to
// perform their GUI work
wxMutexGuiLeave();