Skip to content

Commit

Permalink
Faster Unsaved Changes (#87)
Browse files Browse the repository at this point in the history
Have ENIGMA settings changes mark the LGM main window dirty since per-resource boolean is removed.
  • Loading branch information
RobertBColton authored Mar 18, 2021
1 parent 4dd58ea commit 0fdffef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org/enigma/frames/EnigmaSettingsHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,7 @@ public boolean resourceChanged() {

@Override
public void setResourceChanged() {
res.changed = true;
LGM.setWindowModified(true);
}

@Override
Expand Down

0 comments on commit 0fdffef

Please sign in to comment.