fix for saving bug.. ugh

This commit is contained in:
benfry
2006-03-01 13:27:28 +00:00
parent 84797445d0
commit b975a23829

View File

@@ -1586,6 +1586,7 @@ public class Editor extends JFrame
} else {
SwingUtilities.invokeLater(new Runnable() {
public void run() {
handleSave2();
}
});
}