mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-02 13:24:12 +01:00
Missing call to BaseNoGui.getPlatform().init() in tests
This commit is contained in:
parent
6f48a4083d
commit
a3eae13e5d
@ -51,6 +51,7 @@ public abstract class AbstractGUITest {
|
|||||||
FailOnThreadViolationRepaintManager.install();
|
FailOnThreadViolationRepaintManager.install();
|
||||||
|
|
||||||
BaseNoGui.initPlatform();
|
BaseNoGui.initPlatform();
|
||||||
|
BaseNoGui.getPlatform().init();
|
||||||
PreferencesData.init(null);
|
PreferencesData.init(null);
|
||||||
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
|
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
|
||||||
Theme.init();
|
Theme.init();
|
||||||
|
Loading…
Reference in New Issue
Block a user