mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +00:00
Made brackets consistent on modificaitons.
This commit is contained in:
parent
12e74744b6
commit
38960e6505
@ -383,10 +383,12 @@ public class TVApplication extends RunTimeTrickApplication implements VariableLi
|
||||
}
|
||||
|
||||
protected void toggleSearchPane() {
|
||||
if(searchPanel.isVisible())
|
||||
if(searchPanel.isVisible()) {
|
||||
searchPanel.setVisible(false);
|
||||
else
|
||||
}
|
||||
else {
|
||||
searchPanel.setVisible(true);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user