From c315428388dd16cc2bd9dc9199d50bc7674b655e Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 6 Jun 2004 18:10:13 +0000 Subject: [PATCH] Readded WS_VISIBLE flags that I removed for testing. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/checkbox.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/os2/checkbox.cpp b/src/os2/checkbox.cpp index afae8a4f24..83480a8ef2 100644 --- a/src/os2/checkbox.cpp +++ b/src/os2/checkbox.cpp @@ -81,7 +81,8 @@ bool wxCheckBox::Create( long osStyle = BS_AUTOCHECKBOX | - WS_TABSTOP; + WS_TABSTOP | + WS_VISIBLE; bOk = OS2CreateControl( wxT("BUTTON") ,osStyle