Should we do this?

This commit is contained in:
Nico Mexis 2023-02-22 10:40:46 +01:00
parent f006a3a0e6
commit 5c1be3d933
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ public class BytecodeViewer
//setup swing components
viewer = new MainViewerGUI();
SwingUtilities.updateComponentTreeUI(viewer);
//SwingUtilities.updateComponentTreeUI(viewer);
//load settings and set swing components state
SettingsSerializer.loadSettings();