summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@digia.com>2014-08-04 16:40:14 +0200
committerTim Jenssen <tim.jenssen@digia.com>2014-08-05 11:14:40 +0200
commit31df04c5ae389e6468914a0b40dea4fe0b40d7d1 (patch)
tree45b190ac7219cbca3fad5149613a0c3a5f67b583
parentb525addb104517bb59061ba355530df0d0a4c3b2 (diff)
downloadqt-creator-31df04c5ae389e6468914a0b40dea4fe0b40d7d1.tar.gz
QmlDesigner: fix a crash when moving to subcomponent
Change-Id: Ib8fd13a3688447dcb7eeaca811f3abfefa4b5089 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
-rw-r--r--src/plugins/qmldesigner/components/formeditor/selectiontool.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmldesigner/components/formeditor/selectiontool.cpp b/src/plugins/qmldesigner/components/formeditor/selectiontool.cpp
index 847879e8b7..3805fe07c9 100644
--- a/src/plugins/qmldesigner/components/formeditor/selectiontool.cpp
+++ b/src/plugins/qmldesigner/components/formeditor/selectiontool.cpp
@@ -251,6 +251,7 @@ void SelectionTool::clear()
m_resizeIndicator.clear();
m_anchorIndicator.clear();
m_bindingIndicator.clear();
+ m_contentNotEditableIndicator.clear();
AbstractFormEditorTool::clear();
}