Commit 2141f28f authored by Zach Gorman's avatar Zach Gorman Committed by Alexandre Julliard

WS_TABSTOP should not be a default style for GROUPBOX controls.

parent 5606d104
......@@ -2008,7 +2008,6 @@ static control_t *ins_ctrl(int type, int special_style, control_t *ctrl, control
case BS_CHECKBOX:
case BS_DEFPUSHBUTTON:
case BS_PUSHBUTTON:
case BS_GROUPBOX:
/* case BS_PUSHBOX: */
case BS_AUTORADIOBUTTON:
case BS_AUTO3STATE:
......@@ -2018,6 +2017,7 @@ static control_t *ins_ctrl(int type, int special_style, control_t *ctrl, control
break;
default:
yywarning("Unknown default button control-style 0x%08x", special_style);
case BS_GROUPBOX:
case BS_RADIOBUTTON:
break;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment