mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
size(300, 300, OPENGL).. rewrite of present mode.. java 1.4 only.. a
zillion other runtime fixes
This commit is contained in:
@@ -145,7 +145,7 @@ public class PdeEditorConsole extends JScrollPane {
|
||||
|
||||
// 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) {
|
||||
if (PdeBase.isMacOS()) {
|
||||
setBorder(null);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user