Changeset 244


Ignore:
Timestamp:
07/31/08 14:17:59 (5 years ago)
Author:
seb
Message:

Update scale in plottertile when new point comes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bbtracker/trunk/src/org/bbtracker/mobile/gui/PlotterTile.java

    r241 r244  
    233233 
    234234        public void newPoint(final TrackPoint newPoint, final boolean boundsChanged, final boolean newSegment) { 
     235                updateScale(); 
    235236        } 
    236237 
    237238        public void showNotify() { 
     239                if (isInvalidAxis()) { 
     240                        updateScale(); 
     241                } 
    238242        } 
    239243 
Note: See TracChangeset for help on using the changeset viewer.