onionskin can now be 0

This commit is contained in:
2025-09-13 10:39:53 -04:00
parent c78f2ee17b
commit fe32c74967
2 changed files with 3 additions and 3 deletions

View File

@@ -2430,7 +2430,7 @@ IMGUI_ITEM(IMGUI_ONIONSKIN_AFTER, self.label = "-- After -- ");
IMGUI_ITEM(IMGUI_ONIONSKIN_COUNT,
self.label = "Count",
self.tooltip = "Set the number of previewed frames appearing.",
self.min = 1,
self.min = 0,
self.max = 100,
self.value = SETTINGS_ONIONSKIN_BEFORE_COUNT_DEFAULT,
self.rowCount = IMGUI_ONIONSKIN_ROW_COUNT,