mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
may have fixed bug causing weird overlap of the status window
This commit is contained in:
@@ -339,6 +339,10 @@ public class PdeEditorConsole extends Component {
|
||||
ascent*lineCount + VINSET*2);
|
||||
//}
|
||||
}
|
||||
|
||||
public Dimension getMinimumSize() {
|
||||
return getPreferredSize();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user