guarding open combo box against AppDefined NSEvents issued by wxEventLoop::WakeUp, fixes #15115
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
06e56e62b9
commit
5928f66002
@ -146,7 +146,7 @@ void wxNSComboBoxControl::mouseEvent(WX_NSEvent event, WXWidget slf, void *_cmd)
|
||||
|
||||
if ( reset )
|
||||
{
|
||||
loop->OSXUseLowLevelWakeup(true);
|
||||
loop->OSXUseLowLevelWakeup(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user