]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/radiobox.cpp
Some more bug reports
[wxWidgets.git] / src / msw / radiobox.cpp
index 857106acb05615788a43e72f83f1d050a290db24..a7e5101893eaa2c9ed5752282edc14e1b6706c44 100644 (file)
@@ -713,6 +713,7 @@ long wxRadioBox::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
 {
     switch ( nMsg )
     {
+#ifndef __WIN16__
         case WM_CTLCOLORSTATIC:
             // set the colour of the radio buttons to be the same as ours
             {
@@ -726,6 +727,7 @@ long wxRadioBox::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
 
                 return (WXHBRUSH)brush->GetResourceHandle();
             }
+#endif
 
         // This is required for the radiobox to be sensitive to mouse input,
         // e.g. for Dialog Editor.