+ fixes #0001549: crash with Draft move tool while sketch is in edit mode
This commit is contained in:
@@ -82,6 +82,8 @@ public:
|
||||
bool isAllowedAlterSelection(void) const;
|
||||
|
||||
public Q_SLOTS:
|
||||
void accept();
|
||||
void reject();
|
||||
void closeDialog();
|
||||
/// raises the task view panel
|
||||
void showTaskView();
|
||||
@@ -90,6 +92,9 @@ private Q_SLOTS:
|
||||
/// This get called by the TaskView when the Dialog is finished
|
||||
void closedDialog();
|
||||
|
||||
private:
|
||||
Gui::TaskView::TaskView *getTaskPanel();
|
||||
|
||||
private:
|
||||
struct status {
|
||||
std::bitset<32> StatusBits;
|
||||
|
||||
Reference in New Issue
Block a user