]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/statbox.cpp
added InitCommandEventWithItems() and call it from wxChoice and wxComboBox code to...
[wxWidgets.git] / src / msw / statbox.cpp
index 07b6e67c9fa4e35c66285dbb7c006ce34a10a1b2..bbd39a04dcd18fd723aeb842110b678b8bf2b51a 100644 (file)
@@ -386,7 +386,7 @@ void wxStaticBox::PaintForeground(wxDC& dc, const RECT& WXUNUSED(rc))
         const int x = 9;
 
         // TODO: RTL?
-        RECT rc = { x, 0, GetSize().x - x, y };
+        RECT rc = { x, 0, GetSize().x, y };
 
         const wxString label = GetLabel();
         ::DrawText(hdc, label, label.length(), &rc, DT_SINGLELINE | DT_VCENTER);