News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Inconsistency between wxSmith and real display of wxTextCtrl on wxMSW

Started by vid512, February 25, 2014, 07:23:36 PM

Previous topic - Next topic

vid512

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).

vid512

Nevermind, disregard this. It seems to only happen when wxWidgets is compiled without the wxUSE_UXTHEME.