kicad/eeschema/widgets
Jeff Young b070ecf0c7 Don't run simulation while dragging tuning slider.
It has all manner of issues with wxWidgets event processing.  The
primary one that Kicad stumbles over is that there is no kill-focus
when the mouse leaves the thumb if the sim is running, so subsequent
mouse-up events (even if in another window) generate thumb scrolls.
Another one that gets us is scroll events being generated when the
window is fronted, but this may be debugger-specific.

Fixes https://gitlab.com/kicad/code/kicad/issues/11366
2022-12-26 10:51:30 +00:00
..
filedlg_hook_save_project.h Cleanup eeschema save as extra control creation to match pcbnew 2022-12-17 23:37:24 +00:00
hierarchy_pane.cpp Use consistent naming. 2022-12-12 12:54:34 +00:00
hierarchy_pane.h Use consistent naming. 2022-12-12 12:54:34 +00:00
legacyfiledlg_save_project.h Cleanup compile warnings 2022-06-21 17:04:56 -07:00
pin_shape_combobox.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pin_shape_combobox.h More NULL expunging. 2021-07-16 16:13:41 -04:00
pin_type_combobox.cpp Rework bitmap system to load from archived PNGs 2021-03-11 08:37:35 -05:00
pin_type_combobox.h More NULL expunging. 2021-07-16 16:13:41 -04:00
symbol_filedlg_save_as.h Initialize variables inside file dialog customizer classes 2022-12-17 23:37:24 +00:00
symbol_legacyfiledlg_save_as.h Move the symbol editor to the new filedlg customize 2022-06-11 22:59:59 -04:00
symbol_preview_widget.cpp Add display options to Symbol Browser toolbar. 2022-09-08 00:28:30 +01:00
symbol_preview_widget.h Pass wxString objects by reference instead of on the stack. 2021-07-27 08:41:27 -04:00
symbol_tree_pane.cpp ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
symbol_tree_pane.h ADDED: Export symbols from schematic to library 2022-09-23 21:23:01 -04:00
tuner_slider.cpp Don't run simulation while dragging tuning slider. 2022-12-26 10:51:30 +00:00
tuner_slider.h Don't run simulation while dragging tuning slider. 2022-12-26 10:51:30 +00:00
tuner_slider_base.cpp Don't run simulation while dragging tuning slider. 2022-12-26 10:51:30 +00:00
tuner_slider_base.fbp Don't run simulation while dragging tuning slider. 2022-12-26 10:51:30 +00:00
tuner_slider_base.h Don't run simulation while dragging tuning slider. 2022-12-26 10:51:30 +00:00