From 031c0fc155247684260145ddaf5600aebce5790b Mon Sep 17 00:00:00 2001 From: blacksun Date: Tue, 11 Nov 2014 14:05:45 +0000 Subject: [PATCH] element editor : create primitive isn't selected anymore. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3478 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/editor/editorcommands.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/editor/editorcommands.cpp b/sources/editor/editorcommands.cpp index 7e26d9b60..99567691c 100644 --- a/sources/editor/editorcommands.cpp +++ b/sources/editor/editorcommands.cpp @@ -296,7 +296,6 @@ void AddPartCommand::redo() { part -> setZValue(z); } editor_scene_ -> clearSelection(); - part -> setSelected(true); first_redo = false; return; }