[qet] [3576] Bug fix: when attach link to previous link and set equipotential liaison, now isn' t going to the view in origin link

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3576
Author:   scorpio810
Date:     2014-12-28 04:53:12 +0100 (Sun, 28 Dec 2014)
Log Message:
-----------
Bug fix: when attach link to previous link and set equipotential liaison, now isn't going to the view in origin link

Modified Paths:
--------------
    trunk/sources/diagramcommands.cpp

Modified: trunk/sources/diagramcommands.cpp
===================================================================
--- trunk/sources/diagramcommands.cpp	2014-12-27 21:29:57 UTC (rev 3575)
+++ trunk/sources/diagramcommands.cpp	2014-12-28 03:53:12 UTC (rev 3576)
@@ -1015,7 +1015,7 @@
 	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 @@
 	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


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/