From f79455adbb9db46910862f90d6961d72b9db0106 Mon Sep 17 00:00:00 2001 From: NoM0Re Date: Thu, 3 Apr 2025 21:01:07 +0200 Subject: [PATCH] (fix/StopMotion) up/down buttons for start/end percent --- WeakAurasOptions/RegionOptions/StopMotion.lua | 4 ++-- WeakAurasOptions/SubRegionOptions/StopMotion.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WeakAurasOptions/RegionOptions/StopMotion.lua b/WeakAurasOptions/RegionOptions/StopMotion.lua index 51281e1..387fa25 100644 --- a/WeakAurasOptions/RegionOptions/StopMotion.lua +++ b/WeakAurasOptions/RegionOptions/StopMotion.lua @@ -216,7 +216,7 @@ local function createOptions(id, data) name = L["Animation Start"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 13, isPercent = true }, @@ -227,7 +227,7 @@ local function createOptions(id, data) name = L["Animation End"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 14, isPercent = true }, diff --git a/WeakAurasOptions/SubRegionOptions/StopMotion.lua b/WeakAurasOptions/SubRegionOptions/StopMotion.lua index 9cd3081..893d7a8 100644 --- a/WeakAurasOptions/SubRegionOptions/StopMotion.lua +++ b/WeakAurasOptions/SubRegionOptions/StopMotion.lua @@ -228,7 +228,7 @@ local function createOptions(parentData, data, index, subIndex) name = L["Animation Start"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 17, isPercent = true }, @@ -239,7 +239,7 @@ local function createOptions(parentData, data, index, subIndex) name = L["Animation End"], min = 0, max = 1, - --bigStep = 0.01, + bigStep = 0.01, order = 18, isPercent = true },