diff --git a/src/gtk/toplevel.cpp b/src/gtk/toplevel.cpp index 94b65ad038..bf8bde87c0 100644 --- a/src/gtk/toplevel.cpp +++ b/src/gtk/toplevel.cpp @@ -761,7 +761,7 @@ bool wxTopLevelWindowGTK::Show( bool show ) { wxASSERT_MSG( (m_widget != NULL), wxT("invalid frame") ); - bool deferShow = show && m_deferShow; + bool deferShow = show && m_deferShow && !m_isShown; if (deferShow) { m_deferShow =