Sketcher: add option to disable leaving sketch with Esc button
This commit is contained in:
@@ -38,7 +38,7 @@ using namespace Gui::TaskView;
|
||||
//++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
||||
|
||||
TaskDialog::TaskDialog()
|
||||
: QObject(0), pos(North)
|
||||
: QObject(0), pos(North), escapeButton(true)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user