mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 08:39:33 +01:00
cosmetic cleaning for macosx java 1.3 to remove ugly white borders
This commit is contained in:
@@ -166,11 +166,11 @@ public class PdeEditorConsole extends JScrollPane {
|
||||
}
|
||||
}
|
||||
|
||||
//for (int i = 0; i < lines; i++) {
|
||||
//appendText("b\r\n", false);
|
||||
//appendText("\n", false);
|
||||
//appendText(System.getProperty("line.separator"), false);
|
||||
//}
|
||||
// to fix ugliness.. normally macosx java 1.3 puts an
|
||||
// ugly white border around this object, so turn it off.
|
||||
if (PdeBase.platform == PdeBase.MACOSX) {
|
||||
setBorder(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user