]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/frame.cpp
Don't show AlphaDrawing for now...
[wxWidgets.git] / src / gtk / frame.cpp
index 2d8ad5a544e375a3aa1af569a9ab8fa82dab3092..4a43ba6aeed4d3a60f31a317790ba43b46c971aa 100644 (file)
@@ -276,6 +276,8 @@ void wxFrame::DoGetClientSize( int *width, int *height ) const
             }
         }
 #endif // wxUSE_TOOLBAR
+        if (*height < 0)
+            *height = 0;
     }
 }