]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/textctrl.cpp
allow a - at the beginning of a menu item (would become a separator by default)
[wxWidgets.git] / src / msw / textctrl.cpp
index 25e2ec905550b32288ebcfd4fa70cfc1e1322165..6c52d71047c041246ce640496a3b6d163ac72c91 100644 (file)
@@ -1932,7 +1932,7 @@ bool wxTextCtrl::AcceptsFocus() const
 wxSize wxTextCtrl::DoGetBestSize() const
 {
     int cx, cy;
-    wxGetCharSize(GetHWND(), &cx, &cy, &GetFont());
+    wxGetCharSize(GetHWND(), &cx, &cy, GetFont());
 
     int wText = DEFAULT_ITEM_WIDTH;