Ignore:
Timestamp:
11/21/13 09:23:38 (11 years ago)
Author:
jts21
Message:

fix profile frame loading so images/circles/widgets are displayed correctly on loading

File:
1 edited

Legend:

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

    r504 r513  
    292292                                        .getInstance());
    293293
    294                         /*
    295                          * Dont refresh for the profile frame otherwise error messages are
    296                          * shown twice
    297                          */
    298                         if (!DisplayIO.getCurrentFrame().equals(profile))
     294                        // Dont refresh for the profile frame otherwise error messages are shown twice
     295                        if (!DisplayIO.getCurrentFrame().equals(profile)) {
    299296                                FrameKeyboardActions.Refresh();
     297                        // If it's the profile frame just reparse it in order to display images/circles/widgets correctly
     298                        } else {
     299                                FrameUtils.Parse(profile);
     300                        }
    300301                        // setVisible(true);
    301302                } catch (Exception e) {
Note: See TracChangeset for help on using the changeset viewer.