mirror of
https://github.com/audacity/wxWidgets.git
synced 2026-02-14 19:51:39 -06:00
When mouse is captured somwhere in the application, it's recommended to have implemented a EVT_MOUSE_CAPTURE_LOST handler. Resetting in the handler flag signalling captured state seems to be a sufficient action because something like this is implemented in the native Scintilla and it works fine in SciTE. Closes #17961.