We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fda7d4 commit c5b43acCopy full SHA for c5b43ac
src/main/groovy/net/zomis/brainf/ui/MainController.java
@@ -97,6 +97,7 @@ private void runWith(RunStrategy strategy) {
97
TabController tab = createTab(file.getName());
98
tab.setCode(GroovyRead.file(file));
99
tab.getLoadSave().setFile(file);
100
+ tab.getLoadSave().notModified();
101
tabs.getSelectionModel().selectLast();
102
}
103
0 commit comments