Ignore:
Timestamp:
05/10/18 16:04:51 (6 years ago)
Author:
davidb
Message:

Reworking of the code-base to separate logic from graphics. This version of Expeditee now supports a JFX graphics as an alternative to SWING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/ExaReader.java

    r919 r1102  
    173173                                        // refresh the last item loaded
    174174                                        if(item != null) {
    175                                                 item.updatePolygon();
     175                                                item.invalidateBounds();
    176176                                                item.invalidateAll();
    177177                                        }
     
    200200                // refresh the last item loaded
    201201                if(item != null) {
    202                         item.updatePolygon();
     202                        item.invalidateBounds();
    203203                        item.invalidateAll();
    204204                }
Note: See TracChangeset for help on using the changeset viewer.