Ignore:
Timestamp:
09/26/08 10:04:49 (16 years ago)
Author:
bjn8
Message:

Improved recording interactions for faster idea capturing.
Various fixes for interactive widgets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src_apollo/org/apollo/widgets/SampledTrack.java

    r331 r333  
    444444                // Make sure border color is correct
    445445                updateBorderColor();
     446                setWidgetEdgeThickness(TrackWidgetCommons.PLAYING_TRACK_EDGE_THICKNESS); // TODO: Fix this work around
    446447                setWidgetEdgeThickness(TrackWidgetCommons.STOPPED_TRACK_EDGE_THICKNESS);
    447448
     
    18701871                                        );
    18711872                }
    1872 
    1873         }
     1873               
     1874        }
     1875
     1876        @Override
     1877        public boolean isWidgetEdgeThicknessAdjustable() {
     1878                return false;
     1879        }
     1880       
     1881       
    18741882       
    18751883}
Note: See TracChangeset for help on using the changeset viewer.