Fix wxSearchCtrl buttons on DPI change

This commit is contained in:
Maarten Bent
2019-02-03 17:21:20 +01:00
parent a98d8448fa
commit b075465645
2 changed files with 8 additions and 0 deletions

View File

@@ -206,6 +206,8 @@ protected:
void OnSize( wxSizeEvent& event );
void OnDPIChanged(wxDPIChangedEvent& event);
bool HasMenu() const
{
#if wxUSE_MENUS