+ fixes #0001549: crash with Draft move tool while sketch is in edit mode

This commit is contained in:
wmayer
2014-05-20 15:25:03 +02:00
parent 5fed27a003
commit 05e8a4f74c
16 changed files with 51 additions and 14 deletions

View File

@@ -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;