diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-19 17:50:48 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-19 17:50:48 +0000 |
| commit | 83f3a9eaa243d3e99b03b193231761c92688ede7 (patch) | |
| tree | 52eb1bba620fc75c41fc707f83b9f22357f8f75c /sources/simulator/VSMain.java | |
| parent | 12e3d05af58c32be74bc16d326fc948d44462a1b (diff) | |
JPopupMenu bugfix.
Diffstat (limited to 'sources/simulator/VSMain.java')
| -rw-r--r-- | sources/simulator/VSMain.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sources/simulator/VSMain.java b/sources/simulator/VSMain.java index 58dfdb0..2f4c188 100644 --- a/sources/simulator/VSMain.java +++ b/sources/simulator/VSMain.java @@ -27,6 +27,7 @@ public class VSMain { UIManager.getCrossPlatformLookAndFeelClassName()); } catch (Exception e) { } + javax.swing.JPopupMenu.setDefaultLightWeightPopupEnabled(false); VSPrefs prefs = VSDefaultPrefs.init(); VSRegisteredEvents.init(prefs); new VSMain(prefs); |
