kicad/gerbview/widgets
Ian McInerney 2fb6f19a84 Separate immediate and delayed action dispatch
Using a boolean argument just leads to a lot of trailing booleans in the
function calls and is not user friendly. Instead, introduce PostAction()
to send an action that runs after the coroutine (equivalent to passing
false or the default argument), and leave RunAction as the immediate
execution function.
2023-06-27 00:57:59 +01:00
..
dcode_selection_box.cpp We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
dcode_selection_box.h We don't keep a CHANGELOG.TXT 2021-10-05 19:46:53 -07:00
gbr_layer_box_selector.cpp Fix typo 2023-02-22 09:43:26 -05:00
gbr_layer_box_selector.h More NULL expunging. 2021-07-16 16:13:41 -04:00
gerbview_layer_widget.cpp Separate immediate and delayed action dispatch 2023-06-27 00:57:59 +01:00
gerbview_layer_widget.h Gerbview: fix some issues related to color settings. 2022-09-11 14:40:04 +02:00
layer_widget.cpp Gerbview: fix some issues related to color settings. 2022-09-11 14:40:04 +02:00
layer_widget.h Gerbview: fix some issues related to color settings. 2022-09-11 14:40:04 +02:00