Remove MSW wxUxThemeEngine class
This undocumented "private" class was used for various windows UxTheme functions which are available since WinXP. As wxWidgets 3.1 is XP+ it does not make sense anymore to load the theme functions dynamically.
This commit is contained in:
@@ -668,7 +668,7 @@ void wxComboBox::DoSetToolTip(wxToolTip *tip)
|
||||
bool wxComboBox::SetHint(const wxString& hintOrig)
|
||||
{
|
||||
wxString hint(hintOrig);
|
||||
if ( wxUxThemeEngine::GetIfActive() )
|
||||
if ( wxUxThemeIsActive() )
|
||||
{
|
||||
// under XP (but not Vista) there is a bug in cue banners
|
||||
// implementation for combobox edit control: the first character is
|
||||
|
Reference in New Issue
Block a user