Testing creation of some typical sub-windows without WS_VISIBLE style
(Those seem to not use it under MSW either...). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -116,8 +116,7 @@ bool wxComboBox::Create(
|
||||
//
|
||||
long lSstyle = 0L;
|
||||
|
||||
lSstyle = WS_TABSTOP |
|
||||
WS_VISIBLE;
|
||||
lSstyle = WS_TABSTOP;
|
||||
|
||||
if (lStyle & wxCLIP_SIBLINGS )
|
||||
lSstyle |= WS_CLIPSIBLINGS;
|
||||
|
Reference in New Issue
Block a user