Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
PeerfactSim.KOM
Commits
71a2596c
Commit
71a2596c
authored
Nov 05, 2015
by
Björn Richerzhagen
Browse files
Re-enable component vis toggler
parent
288dc40c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tud/kom/p2psim/impl/topology/views/visualization/ComponentVisManager.java
View file @
71a2596c
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment