Ticket #2264: not-hiding-subhud.patch

File not-hiding-subhud.patch, 685 bytes (added by deni, 15 years ago)
  • src/main/java/org/sophie2/main/app/halos/huds/appearance/AppearanceHud.java

    ### Eclipse Workspace Patch 1.0
    #P org.sophie2.main.app.halos
     
    748748                                                        res.updateUI(); 
    749749                                                        res.invalidate(); 
    750750                                                        res.repaint(); 
     751                                                         
     752                                                        AppearanceHud hud =  
     753                                                                BackgroundPanel.this.findParentElement(AppearanceHud.class); 
     754                                                        hud.subHud().set(null);                                          
    751755                                                } 
    752756                                        } 
    753757                                }