Skip to content

Commit

Permalink
Added WS_TABSTOP style as default style.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisS85 committed Jan 11, 2012
1 parent fb22e36 commit 7bc9596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions source/script_gui.cpp
Expand Up @@ -2076,6 +2076,9 @@ ResultType GuiType::AddControl(GuiControls aControlType, LPTSTR aOptions, LPTSTR
case GUI_CONTROL_EDIT:
opt.style_add |= WS_TABSTOP;
opt.exstyle_add |= WS_EX_CLIENTEDGE;
break;
case GUI_CONTROL_LINK:
opt.style_add |= WS_TABSTOP;
break;
case GUI_CONTROL_UPDOWN:
// UDS_NOTHOUSANDS is debatable:
Expand Down

0 comments on commit 7bc9596

Please sign in to comment.