Commit 71a2596c authored by Björn Richerzhagen's avatar Björn Richerzhagen
Browse files

Re-enable component vis toggler

parent 288dc40c
......@@ -147,7 +147,7 @@ public class ComponentVisManager {
if (component == null) return;
componentToActivatedMap.put(component, !componentToActivatedMap.get(component));
//component.setVisible(!component.isVisible());
component.setVisible(!component.isVisible());
}
public boolean isActivated(JComponent component) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment