fixing some issues with saving files

This commit is contained in:
benfry
2004-06-20 23:52:56 +00:00
parent a1126689a3
commit f1872ecb3f
5 changed files with 21 additions and 6 deletions

View File

@@ -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();
}