From 4d196fb7bf66bcdb794edb3d0a97cfbc6f61dcbd Mon Sep 17 00:00:00 2001 From: scorpio810 Date: Sun, 11 Jan 2015 14:39:46 +0000 Subject: [PATCH] Disable show me: when attach link to previous link and set equipotential liaison git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3598 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 64ee577b5..b2b79a787 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() { - if (conductors.first() -> diagram()) conductors.first() -> diagram() -> showMe(); + if (conductors.first() -> diagram()) conductors.first() -> diagram(); 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() { - if (conductors.first() -> diagram()) conductors.first() -> diagram() -> showMe(); + if (conductors.first() -> diagram()) conductors.first() -> diagram(); if (old_settings_set && new_settings_set) { //new propertie are the same for each conductor