From 0d62206bb553f96d7d6ef589fca64b2d9cac97b1 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 3 Apr 2013 15:22:57 +0200 Subject: [PATCH] 0001077: Placement Panel not removed after Entity Deletion --- src/Gui/Placement.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Gui/Placement.h b/src/Gui/Placement.h index 233284d1a..48b9c6238 100644 --- a/src/Gui/Placement.h +++ b/src/Gui/Placement.h @@ -116,6 +116,12 @@ public: bool reject(); void clicked(int id); + bool isAllowedAlterDocument(void) const + { return true; } + bool isAllowedAlterView(void) const + { return true; } + bool isAllowedAlterSelection(void) const + { return true; } QDialogButtonBox::StandardButtons getStandardButtons() const; public Q_SLOTS: