]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/statline.h
Added wxTopLevelWindow::HasFocus() as discussed.
[wxWidgets.git] / include / wx / statline.h
index 7bd1939cebdd32d2090f1cf833854bf76f479cba..c0ccedc762324ccd37c6a94869ad451d9177a39f 100644 (file)
@@ -58,12 +58,12 @@ protected:
         wxSize sizeReal(size);
         if ( IsVertical() )
         {
-            if ( size.x == -1 )
+            if ( size.x == wxDefaultCoord )
                 sizeReal.x = GetDefaultSize();
         }
         else
         {
-            if ( size.y == -1 )
+            if ( size.y == wxDefaultCoord )
                 sizeReal.y = GetDefaultSize();
         }