disable UI updating during GetPopupMenuSelectionFromUser() execution to avoid unexpected clashes between the ids used in it and the update UI handlers elsewhere in the program
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1651,8 +1651,9 @@ private:
|
||||
void NotifyWindowOnEnableChange(bool enabled);
|
||||
|
||||
#if wxUSE_MENUS
|
||||
// temporary event handler used by GetPopupMenuSelectionFromUser()
|
||||
// temporary event handlers used by GetPopupMenuSelectionFromUser()
|
||||
void InternalOnPopupMenu(wxCommandEvent& event);
|
||||
void InternalOnPopupMenuUpdate(wxUpdateUIEvent& event);
|
||||
|
||||
// implementation of the public GetPopupMenuSelectionFromUser() method
|
||||
int DoGetPopupMenuSelectionFromUser(wxMenu& menu, int x, int y);
|
||||
|
Reference in New Issue
Block a user