]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/control.cpp
Added wxTopLevelWindow::HasFocus() as discussed.
[wxWidgets.git] / src / msw / control.cpp
index 20ae5ca0dce9bbe091fc27d784a62b737075ed08..cb662e9ad9a99aab120ba2287cce9a7c10a2a2ed 100644 (file)
@@ -216,10 +216,10 @@ wxSize wxControl::GetBestSpinerSize(const bool is_vertical) const
     wxSize bestSize(
 #ifdef __SMARTPHONE__
                     0,GetCharHeight()
-#else !__SMARTPHONE__
+#else // !__SMARTPHONE__
                     GetSystemMetrics(is_vertical ? SM_CXVSCROLL : SM_CXHSCROLL),
                     GetSystemMetrics(is_vertical ? SM_CYVSCROLL : SM_CYHSCROLL)
-#endif __SMARTPHONE__/!__SMARTPHONE__
+#endif // __SMARTPHONE__/!__SMARTPHONE__
     );
 
     // correct size as for undocumented MSW variants cases (WinCE and perhaps others)