Skip to content

Commit 06d2aad

Browse files
committed
Increased default max undo entries.
1 parent b2ec4dc commit 06d2aad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/guiSetup.gloa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export setupGuiFrames :: () {
450450

451451
guiState.separator!({ thick=false }),
452452
guiState.section!({ label="Undo history",
453-
guiState.inputText!({ name="preferences_maxChanges", tooltip="Default: 100" }),
453+
guiState.inputText!({ name="preferences_maxChanges", tooltip="Default: 200" }),
454454
}),
455455

456456
guiState.separator!({ thick=true }),

src/main.gloa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export App :: struct {
192192
maxBufferSize = 16000, -- Default buffer size for ParticleSystem is 1000.
193193
maxRecentFiles = 15,
194194
maxRecentFolders = 4,
195-
maxChanges = 100,
195+
maxChanges = 200,
196196
}
197197

198198

0 commit comments

Comments
 (0)