Ignore:
Timestamp:
01/15/14 17:54:12 (10 years ago)
Author:
jts21
Message:

Attempt at fixing problem with window height not being known at settings frame generation

File:
1 edited

Legend:

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

    r669 r699  
    3939
    4040        // the maximum size that can be used to paint on
    41         private static Dimension _MaxSize = new Dimension(UserSettings.InitialWidth.get(), UserSettings.InitialHeight.get() - MessageBay.MESSAGE_BUFFER_HEIGHT);
     41        private static Dimension _MaxSize = null;
    4242
    4343        // Final passes to renderering the current frame
Note: See TracChangeset for help on using the changeset viewer.