kicad/common/view
jean-pierre charras 1bfa3dc6a5 Fix an annoying issue (wxMSW specific) about X_VIEW_CONTROLS::CaptureCursor()
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
2021-04-19 21:23:07 +02:00
..
view.cpp Fix some typos across the codebase 2021-04-05 16:15:25 +02:00
view_controls.cpp Initialize variables properly 2021-01-18 18:35:10 +00:00
view_group.cpp Redo pad & via painting (again). 2021-01-30 16:31:27 +00:00
view_item.cpp Code formatting 2016-12-12 16:45:52 +01:00
view_overlay.cpp Fix a minor compil and a minor Coverity warnings. 2021-02-26 15:33:50 +01:00
wx_view_controls.cpp Fix an annoying issue (wxMSW specific) about X_VIEW_CONTROLS::CaptureCursor() 2021-04-19 21:23:07 +02:00
zoom_controller.cpp Tweak default zoom settings for Windows 2021-03-21 19:46:23 -04:00