From c8b5b1291d3e6b784034e1a4d2cb2c842667e952 Mon Sep 17 00:00:00 2001 From: alesandar <6451183+alesandar@users.noreply.github.com> Date: Sun, 30 Jun 2019 21:45:36 +0300 Subject: [PATCH] variable `safe_line` is not declared --- .../Duplex/Applications/StepSequencer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/com.renoise.Duplex.xrnx/Duplex/Applications/StepSequencer.lua b/Tools/com.renoise.Duplex.xrnx/Duplex/Applications/StepSequencer.lua index 10c28fe4..13872e5f 100644 --- a/Tools/com.renoise.Duplex.xrnx/Duplex/Applications/StepSequencer.lua +++ b/Tools/com.renoise.Duplex.xrnx/Duplex/Applications/StepSequencer.lua @@ -1128,7 +1128,7 @@ function StepSequencer:post_jump_update() if (self.options.follow_line.value == FOLLOW_LINE_SET) then local line_idx = self:_get_line_offset()+1 - xPatternPos.jump_to_line(safe_line) + xPatternPos.jump_to_line(line_idx) end end