Ignore:
Timestamp:
04/30/16 22:12:54 (8 years ago)
Author:
davidb
Message:

Starting mode changed to 'Normal' rather than 'Audience' so the @Next buttons in the Settings frames are located at the right height

File:
1 edited

Legend:

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

    r1054 r1055  
    7979        // More recently, so Exploratory Search starts up correctly with images
    8080        // rendered (rather than their @i form) the following assignment was changed
    81         // to MODE_AUDIENCE.  No issue of parse errors has not been seen
    82         private static int _Mode = MODE_AUDIENCE;
     81        // to MODE_NORMAL.  No issue of parse errors has not been seen
     82        private static int _Mode = MODE_NORMAL;
    8383
    8484        private FrameGraphics() {
Note: See TracChangeset for help on using the changeset viewer.