~tapaal-contributor/tapaal/ImpossibleToDeletePlace-1826206

« back to all changes in this revision

Viewing changes to src/pipe/gui/graphicElements/Arc.java

merged in branch lp:~yrke/tapaal/remove-staticIgnoreSelect that changes the behaviour of the export feature (exports also animator configuration, selected transitions etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
                AffineTransform reset = g2.getTransform();
278
278
 
279
279
                //Draw Path
280
 
                if (selected && !ignoreSelection) {
 
280
                if (selected) {
281
281
                        g2.setPaint(Pipe.SELECTION_LINE_COLOUR);
282
282
                        this.label.setForeground(Pipe.SELECTION_LINE_COLOUR);
283
283
                } else {
300
300
                g2.transform(Zoomer.getTransform(zoom));
301
301
                g2.setPaint(Pipe.ELEMENT_LINE_COLOUR);
302
302
 
303
 
                if (selected && !ignoreSelection) {
 
303
                if (selected) {
304
304
                        g2.setPaint(Pipe.SELECTION_LINE_COLOUR);
305
305
                        this.label.setForeground(Pipe.SELECTION_LINE_COLOUR);
306
306
                } else {