]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/checkbox.cpp
Added (untested) support for sub-locales.
[wxWidgets.git] / src / msw / checkbox.cpp
index 0fe5de314e27d2a209188efd51f9371a4a72c8bf..1461cf6f4f202ba375b58d6bc97f4bc37f34cdb5 100644 (file)
@@ -144,7 +144,7 @@ void wxCheckBox::SetSize(int x, int y, int width, int height, int sizeFlags)
 
   if ( !str.IsEmpty() )
   {
-    GetTextExtent(str, &current_width, &cyf, NULL, NULL, & GetFont());
+    GetTextExtent(str, &current_width, &cyf, NULL, NULL, & this->GetFont());
     if (w1 < 0)
       w1 = (int)(current_width + RADIO_SIZE);
     if (h1 < 0)