]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/window.cpp
unicode savvy conversions
[wxWidgets.git] / src / mac / carbon / window.cpp
index 5e485ecf641c4e3db229a47ace13cfa7052f9478..bfff87c13d89f7ebff705ac78cfed3b18901f7e5 100644 (file)
@@ -846,7 +846,7 @@ void wxWindowMac::MacSuperEnabled( bool enabled )
 
 bool wxWindowMac::MacIsReallyShown() const
 {
 
 bool wxWindowMac::MacIsReallyShown() const
 {
-    if ( m_isShown && (m_parent != NULL) ) {
+    if ( m_isShown && (m_parent != NULL && !IsTopLevel() ) ) {
         return m_parent->MacIsReallyShown();
     }
     return m_isShown;
         return m_parent->MacIsReallyShown();
     }
     return m_isShown;