WS_TABSTOP should not be a default style for GROUPBOX controls in wrc

Zach Gorman zach at archetypeauction.com
Fri Aug 13 18:17:42 CDT 2004


WS_TABSTOP should not be a default style for GROUPBOX controls in wrc. This
behavior is not exhibited by the MS resource compiler.

Index: parser.y
===================================================================
RCS file: /home/wine/wine/tools/wrc/parser.y,v
retrieving revision 1.43
diff -u -r1.43 parser.y
--- parser.y    20 Jul 2004 01:24:11 -0000      1.43
+++ parser.y    13 Aug 2004 23:12:16 -0000
@@ -2008,7 +2008,7 @@
                        case BS_CHECKBOX:
                        case BS_DEFPUSHBUTTON:
                        case BS_PUSHBUTTON:
-                       case BS_GROUPBOX:
+/*                     case BS_GROUPBOX:       */
 /*                     case BS_PUSHBOX:        */
                        case BS_AUTORADIOBUTTON:
                        case BS_AUTO3STATE:






More information about the wine-patches mailing list