diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-22 15:48:51 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-22 15:48:51 +0000 |
| commit | 99fa4e29da7c3fa9df012378640442b59ebd1724 (patch) | |
| tree | 3f316bf86837830aa5242ef0d99a2c0fd67b6709 /sources/simulator/VSSimulation.java | |
| parent | 68ca748737bbf5af57888872a9c072415e609d23 (diff) | |
Bugfix
Diffstat (limited to 'sources/simulator/VSSimulation.java')
| -rw-r--r-- | sources/simulator/VSSimulation.java | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sources/simulator/VSSimulation.java b/sources/simulator/VSSimulation.java index 4da367b..4751f4a 100644 --- a/sources/simulator/VSSimulation.java +++ b/sources/simulator/VSSimulation.java @@ -896,12 +896,19 @@ public class VSSimulation extends JPanel { /* addPanel */ localAddPanel.remove(2); } - tabbedPane.setSelectedIndex(selectedIndex); + /* Update the 'Variables tab' */ + + + /* Update the tools panel */ loggingPanel.remove(1); loggingPanel.add(createToolsPanel(), BorderLayout.SOUTH); updateUI(); } + + public VSPrefs getPrefs() { + return prefs; + } } |
