Author Topic: Inconsistency between wxSmith and real display of wxTextCtrl on wxMSW  (Read 5411 times)

Offline vid512

  • Multiple posting newcomer
  • *
  • Posts: 36
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).

Offline vid512

  • Multiple posting newcomer
  • *
  • Posts: 36
Re: Inconsistency between wxSmith and real display of wxTextCtrl on wxMSW
« Reply #1 on: February 25, 2014, 07:34:24 pm »
Nevermind, disregard this. It seems to only happen when wxWidgets is compiled without the wxUSE_UXTHEME.