Changeset c7832c6 in OpenModelica


Ignore:
Timestamp:
2023-03-29T13:35:30+02:00 (13 months ago)
Author:
GitHub <noreply@…>
Branches:
maintenance/v1.21, maintenance/v1.22, maintenance/v1.23, master
Children:
0eac864a
Parents:
16ac91dd
git-author:
Adeel Asghar <adeel.asghar@…> (03/29/23 13:35:30)
git-committer:
GitHub <noreply@…> (03/29/23 13:35:30)
Message:

Update the model text when connection is updated (#10466)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OMEdit/OMEditLIB/Annotations/ShapeAnnotation.cpp

    r16ac91dd rc7832c6  
    15811581          pModelWidget->getUndoStack()->push(new UpdateShapeCommand(this, mOldAnnotation, newAnnotation));
    15821582          pModelWidget->updateClassAnnotationIfNeeded();
    1583           pModelWidget->updateModelText();
    15841583        }
     1584        pModelWidget->updateModelText();
    15851585      }
    15861586    } else {
Note: See TracChangeset for help on using the changeset viewer.