Partial fix for wxSearchCtrl mouse enter/leave events

The events only occur for part of the widget area,
but it's better than the previous nothing.
See #24245
This commit is contained in:
Paul Cornett 2024-02-09 12:52:30 -08:00
parent 82cb7d1074
commit d8c5a87fe3
2 changed files with 12 additions and 0 deletions

View file

@ -96,6 +96,9 @@ private:
#endif // wxUSE_MENUS/!wxUSE_MENUS
}
protected:
virtual GdkWindow* GTKGetWindow(wxArrayGdkWindows& windows) const override;
private:
virtual GtkEntry *GetEntry() const override
{ return m_entry; }