Changeset 984


Ignore:
Timestamp:
09/27/11 07:07:07 (14 years ago)
Author:
lgiessmann
Message:

gdl-frontend: Widgets: if the load-screen is shown, the web browser's scrollbars are disabled now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/anaToMia/GDL_Widgets/src/us/isidor/gdl/anaToMia/Widgets/isidorus/GdlWebPage.java

    r982 r984  
    116116       
    117117        public void removeLoadScreenPanel(){
     118                Window.enableScrolling(true);
    118119                if(this.loadScreenPanel != null) this.loadScreenPanel.removeFromParent();
    119120        }
     
    121122       
    122123        public void createLoadScreenPanel(String title, String message){
     124                Window.enableScrolling(false);
    123125                this.removeLoadScreenPanel();
    124126                this.loadScreenPanel = new LoadScreenPanel(title, message);
Note: See TracChangeset for help on using the changeset viewer.