From bf0a0dc56631f9a07861853818ab0bdba3cd46bb Mon Sep 17 00:00:00 2001 From: Federico Fissore Date: Thu, 26 Mar 2015 12:07:51 +0100 Subject: [PATCH] MacOSX: disabling loading of Quaqua LaF --- arduino-core/src/processing/app/macosx/Platform.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arduino-core/src/processing/app/macosx/Platform.java b/arduino-core/src/processing/app/macosx/Platform.java index e52f86cf2..463835a90 100644 --- a/arduino-core/src/processing/app/macosx/Platform.java +++ b/arduino-core/src/processing/app/macosx/Platform.java @@ -46,11 +46,6 @@ import java.util.List; public class Platform extends processing.app.Platform { public void setLookAndFeel() throws Exception { - // Use the Quaqua L & F on OS X to make JFileChooser less awful - UIManager.setLookAndFeel("ch.randelshofer.quaqua.QuaquaLookAndFeel"); - // undo quaqua trying to fix the margins, since we've already - // hacked that in, bit by bit, over the years - UIManager.put("Component.visualMargin", new Insets(1, 1, 1, 1)); } public Platform() {