Ignore:
Timestamp:
07/28/08 16:52:02 (16 years ago)
Author:
bjn8
Message:

Improvements for widgets and popups

File:
1 edited

Legend:

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

    r162 r167  
    2222import org.expeditee.items.Picture;
    2323import org.expeditee.items.Text;
     24import org.expeditee.items.WidgetCacheManager;
    2425import org.expeditee.stats.SessionStats;
    2526import org.expeditee.taskmanagement.EntitySaveManager;
     
    332333
    333334                // Remove any popups that are showing on the current frame
    334                 PopupManager.hideAllPopups();
     335                PopupManager.getInstance().hideAllPopups();
    335336
    336337                if (_TwinFrames) {
     
    485486                }
    486487
     488                // Heavyduty widgets with lots of data may need to unload
     489                WidgetCacheManager.onFrameChanged();
     490               
    487491                FrameGraphics.refresh(false);
    488492        }
Note: See TracChangeset for help on using the changeset viewer.