mirror of
https://github.com/nasa/trick.git
synced 2025-01-21 20:08:08 +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() {
|
protected void toggleSearchPane() {
|
||||||
if(searchPanel.isVisible())
|
if(searchPanel.isVisible()) {
|
||||||
searchPanel.setVisible(false);
|
searchPanel.setVisible(false);
|
||||||
else
|
}
|
||||||
|
else {
|
||||||
searchPanel.setVisible(true);
|
searchPanel.setVisible(true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user