Skip to content
Snippets Groups Projects
Commit 0131bcdf authored by Marco Bubke's avatar Marco Bubke Committed by Thomas Hartmann
Browse files

QmlDesigner: Multiselection should be not empty


Change-Id: I0b1d0a0ed619d51932ac9a6f5415fb54efc723cc
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent 8d31cd48
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,7 @@ void DesignerActionManager::createDefaultDesignerActions() ...@@ -362,7 +362,7 @@ void DesignerActionManager::createDefaultDesignerActions()
addDesignerAction(new SelectionModelNodeAction(selectionCategoryDisplayName, selectionCategory, prioritySelectionCategory)); addDesignerAction(new SelectionModelNodeAction(selectionCategoryDisplayName, selectionCategory, prioritySelectionCategory));
addDesignerAction(new MenuDesignerAction(stackCategoryDisplayName, stackCategory, priorityStackCategory, &always)); addDesignerAction(new MenuDesignerAction(stackCategoryDisplayName, stackCategory, priorityStackCategory, &selectionNotEmpty));
addDesignerAction(new ModelNodeAction addDesignerAction(new ModelNodeAction
(toFrontDisplayName, stackCategory, 200, &toFront, &singleSelection)); (toFrontDisplayName, stackCategory, 200, &toFront, &singleSelection));
addDesignerAction(new ModelNodeAction addDesignerAction(new ModelNodeAction
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment