]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobut.cpp
Fix for the undocumented holes in spiner sizes.
[wxWidgets.git] / src / msw / radiobut.cpp
index 2d0a0e4f616064cc879e71575bab24bd41e11b72..c596f07af561055f60dc05d7970621ee47f71c20 100644 (file)
@@ -138,6 +138,8 @@ bool wxRadioButton::Create(wxWindow *parent,
 
     if ( HasFlag(wxCLIP_SIBLINGS) )
         msStyle |= WS_CLIPSIBLINGS;
+    if ( HasFlag(wxALIGN_RIGHT) )
+        msStyle |= BS_LEFTTEXT | BS_RIGHT;
 
     if ( !MSWCreateControl(_T("BUTTON"), msStyle, pos, size, label, 0) )
         return false;