Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: vid512 on February 25, 2014, 07:23:36 pm

Title: Inconsistency between wxSmith and real display of wxTextCtrl on wxMSW
Post by: vid512 on February 25, 2014, 07:23:36 pm
The wxTextCtrl control without any style flag appears completely borderless on wxMSW-3.0 (same as when it has the wxNO_BORDER flag). However, in wxSmith (in CodeBlocks svn rev 9660 running on Windows) such control is displayed with sunken border (as if it had wxSUNKEN_BORDER flag).
Title: Re: Inconsistency between wxSmith and real display of wxTextCtrl on wxMSW
Post by: vid512 on February 25, 2014, 07:34:24 pm
Nevermind, disregard this. It seems to only happen when wxWidgets is compiled without the wxUSE_UXTHEME.