FreeCAD: master 612eba1b

Author Committer Branch Timestamp Parent
chennes chennes master 2021-02-02 01:40:33 master 5e07d708
Changeset Fix Surface task panel shortcut use to use Widget context

The Delete key shortcut of the three different panels in the
Surface Workbench TaskFilling sidebar conflicted between
the panels if multiple were showing. This is resolved by
making the QAction's context the widget, rather than the window.
mod - src/Mod/Surface/Gui/TaskFilling.cpp Diff File
mod - src/Mod/Surface/Gui/TaskFillingEdge.cpp Diff File
mod - src/Mod/Surface/Gui/TaskFillingVertex.cpp Diff File