~tapaal-contributor/tapaal/align-to-grid

« back to all changes in this revision

Viewing changes to src/dk/aau/cs/io/TapnLegacyXmlLoader.java

  • Committer: Jiri Srba
  • Date: 2019-08-16 16:00:59 UTC
  • mfrom: (1009.1.50 SmartDrawDec)
  • Revision ID: srba@cs.aau.dk-20190816160059-m3gs4m69szmspr1x
merged in lp:~tapaal-contributor/tapaal/SmartDrawDevelopment allowing for automatic net layout

Show diffs side-by-side

added added

removed removed

Lines of Context:
675
675
                        }
676
676
 
677
677
                }
678
 
                tempArc.setNameOffsetX(nameOffsetXInput);
679
 
                tempArc.setNameOffsetY(nameOffsetYInput);
 
678
                tempArc.updateNameOffsetX(nameOffsetXInput);
 
679
                tempArc.updateNameOffsetY(nameOffsetYInput);
680
680
 
681
681
                parseArcPathAsOldFormat(inputArcElement, tempArc);
682
682
        }