]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/button.cpp
corrected ::Clear
[wxWidgets.git] / src / univ / button.cpp
index 6306d33ac5a2897a90dfd253a27aab5421b6c028..4bde5f3b9638ec15c2e0c59b15cd4f663ed9e1d2 100644 (file)
@@ -138,7 +138,7 @@ wxSize wxButton::DoGetBestClientSize() const
 
     // for compatibility with other ports, the buttons default size is never
     // less than the standard one, but not when display not PDAs.
-    if (wxSystemSettings::GetScreen() < wxSYS_SCREEN_PDA)
+    if (wxSystemSettings::GetScreenType() > wxSYS_SCREEN_PDA)
     {
         if ( !(GetWindowStyle() & wxBU_EXACTFIT) )
         {