mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
may have fixed bug causing weird overlap of the status window
This commit is contained in:
@@ -372,6 +372,10 @@ public class PdeEditorStatus extends Panel
|
||||
return new Dimension(300, PdeEditor.GRID_SIZE);
|
||||
}
|
||||
|
||||
public Dimension getMinimumSize() {
|
||||
return getPreferredSize();
|
||||
}
|
||||
|
||||
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
if (e.getSource() == noButton) {
|
||||
|
||||
Reference in New Issue
Block a user