Ignore:
Timestamp:
07/15/08 09:41:37 (16 years ago)
Author:
bjn8
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/gui/FrameGraphics.java

    r137 r139  
    783783        public static void refresh(boolean useInvalidation) {
    784784
    785                 if (_DisplayGraphics == null)
     785                if (_DisplayGraphics == null || _MaxSize.width <= 0 || _MaxSize.height <= 0)
    786786                        return;
    787787
Note: See TracChangeset for help on using the changeset viewer.