Readded WS_VISIBLE flags that I removed for testing.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2004-06-06 17:45:55 +00:00
parent 1ce5e614ba
commit 8a005cfb0d
4 changed files with 6 additions and 4 deletions

View File

@@ -116,7 +116,8 @@ bool wxComboBox::Create(
//
long lSstyle = 0L;
lSstyle = WS_TABSTOP;
lSstyle = WS_TABSTOP |
WS_VISIBLE;
if (lStyle & wxCLIP_SIBLINGS )
lSstyle |= WS_CLIPSIBLINGS;