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:
Stefan Neis
2003-09-20 22:58:39 +00:00
parent cda910b673
commit 144c947fab
6 changed files with 6 additions and 9 deletions

View File

@@ -128,7 +128,7 @@ bool wxTextCtrl::Create(
m_windowStyle = lStyle;
m_bIsMLE = FALSE;
long lSstyle = WS_VISIBLE | WS_TABSTOP;
long lSstyle = WS_TABSTOP;
//
// Single and multiline edit fields are two different controls in PM