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
748 748 res.updateUI(); 749 749 res.invalidate(); 750 750 res.repaint(); 751 752 AppearanceHud hud = 753 BackgroundPanel.this.findParentElement(AppearanceHud.class); 754 hud.subHud().set(null); 751 755 } 752 756 } 753 757 }