]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobox.cpp
Back to previous call with -1 replacement.
[wxWidgets.git] / src / msw / radiobox.cpp
index 66534b1e2ad23d0a99b148c7a07cf4be5db4a368..94ffdaf7aa2572702732e7f955ef52158345d6cf 100644 (file)
@@ -495,7 +495,7 @@ wxSize wxRadioBox::GetTotalButtonSize(const wxSize& sizeBtn) const
 
     // and also wide enough for its label
     int widthLabel;
 
     // and also wide enough for its label
     int widthLabel;
-    GetTextExtent(wxStripMenuCodes(GetLabel()), &widthLabel, NULL);
+    GetTextExtent(GetLabelText(), &widthLabel, NULL);
     widthLabel += RADIO_SIZE; // FIXME this is bogus too
     if ( widthLabel > width )
         width = widthLabel;
     widthLabel += RADIO_SIZE; // FIXME this is bogus too
     if ( widthLabel > width )
         width = widthLabel;