mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
working on save as and rename
This commit is contained in:
@@ -238,9 +238,11 @@ public class Editor extends JFrame
|
||||
|
||||
/**
|
||||
* Hack for #@#)$(* Mac OS X.
|
||||
* This appears to only be required on OS X 10.2, and this code
|
||||
* isn't even being hit on OS X 10.3 or Windows.
|
||||
*/
|
||||
public Dimension getMinimumSize() {
|
||||
System.out.println("getting minimum size");
|
||||
//System.out.println("getting minimum size");
|
||||
return new Dimension(500, 550);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user