mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user