mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 09:09:26 +01:00
fixing some issues with saving files
This commit is contained in:
@@ -276,7 +276,7 @@ public class PdeEditorHeader extends JComponent /*implements MouseListener*/ {
|
||||
* Called when a new sketch is opened.
|
||||
*/
|
||||
public void rebuild() {
|
||||
System.out.println("rebuilding editor header");
|
||||
//System.out.println("rebuilding editor header");
|
||||
rebuildMenu();
|
||||
repaint();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user