Sketcher: add option to disable leaving sketch with Esc button

This commit is contained in:
wmayer
2020-02-09 13:52:09 +01:00
parent b11909185c
commit e1b3ec41b6
7 changed files with 42 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ using namespace Gui::TaskView;
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
TaskDialog::TaskDialog()
: QObject(0), pos(North)
: QObject(0), pos(North), escapeButton(true)
{
}