From b5a7747523c6312c91a355aa0cb225593c650a1a Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 28 Dec 2014 03:53:12 +0000 Subject: [PATCH] Bug fix: when attach link to previous link and set equipotential liaison, now isn't going to the view in origin link git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3576 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- sources/diagramcommands.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/diagramcommands.cpp b/sources/diagramcommands.cpp index 6af19b773..c3bd88e2d 100644 --- a/sources/diagramcommands.cpp +++ b/sources/diagramcommands.cpp @@ -1015,7 +1015,7 @@ void ChangeSeveralConductorsPropertiesCommand::setNewSettings(const ConductorPro doivent avoir ete definis a l'aide de setNewSettings et setOldSettings */ void ChangeSeveralConductorsPropertiesCommand::undo() { - diagram -> showMe(); + //diagram -> showMe(); if (old_settings_set && new_settings_set) { int i=0; foreach(Conductor *c, conductors) { @@ -1031,7 +1031,7 @@ void ChangeSeveralConductorsPropertiesCommand::undo() { doivent avoir ete definis a l'aide de setNewSettings et setOldSettings */ void ChangeSeveralConductorsPropertiesCommand::redo() { - diagram -> showMe(); + //diagram -> showMe(); if (old_settings_set && new_settings_set) { //new propertie are the same for each conductor