fixed bug relating to highlighting rows and columns.

This commit is contained in:
Josh Ashton
2024-03-24 13:45:09 -06:00
parent 0f4b78be2f
commit e821ffa24b
2 changed files with 57 additions and 62 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ public class Settings {
cellGUIStartMode = false;
defaultOpenState = 0;
theme = new Theme(new File(appDirectory + "default.theme"));
autoFillNotes = true;
autoFillNotes = false;
updateSettingsFile();
}