]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/toplevel.cpp
use generic wxAnimationCtrl in wxGTK-universal
[wxWidgets.git] / src / gtk / toplevel.cpp
index 8a294525a439e3e429aee4312096567dbb27b53d..3f8b6b74edaaa58034f3f2183fb62f60b66c9091 100644 (file)
@@ -919,7 +919,7 @@ void wxTopLevelWindowGTK::DoGetClientSize( int *width, int *height ) const
 
     if (height)
     {
-        *height = m_height - 2 * m_miniEdge + m_miniTitle;
+        *height = m_height - 2 * m_miniEdge - m_miniTitle;
         if (*height < 0)
             *height = 0;
     }