1bfa3dc6a5
On MSW, CaptureMouse() was sometimes called event if the GAL panel has captured the mouse (that was not accepted by wxMSW), although HasCapture() returns false. (Perhaps some race condition between events) The fix add a flag to avoid calling twice CaptureMouse() after only one wxEVT_MOUSE_CAPTURE_LOST event was received. Fixes #8239 https://gitlab.com/kicad/code/kicad/issues/8239 |
||
---|---|---|
.. | ||
view.cpp | ||
view_controls.cpp | ||
view_group.cpp | ||
view_item.cpp | ||
view_overlay.cpp | ||
wx_view_controls.cpp | ||
zoom_controller.cpp |