Skip to content

Commit a3eae13

Browse files
author
Federico Fissore
committed
Missing call to BaseNoGui.getPlatform().init() in tests
1 parent 6f48a40 commit a3eae13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: app/test/processing/app/AbstractGUITest.java

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ public void startUpTheIDE() throws Exception {
5151
FailOnThreadViolationRepaintManager.install();
5252

5353
BaseNoGui.initPlatform();
54+
BaseNoGui.getPlatform().init();
5455
PreferencesData.init(null);
5556
JPopupMenu.setDefaultLightWeightPopupEnabled(false);
5657
Theme.init();

0 commit comments

Comments
 (0)