Skip to content

Commit

Permalink
Update edgemeal_Play lanes in time selection.lua
Browse files Browse the repository at this point in the history
Hopefully fixed code so script window is centereed at mouse on all OS.
  • Loading branch information
Edgemeal authored Nov 4, 2024
1 parent 08dd00d commit 1133717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tracks/edgemeal_Play lanes in time selection.lua
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ r.set_action_options(1|4)
if reaper.HasExtState("Edgemeal", "play_lanes") then no_buf, play_all, skip_comps, only_comps = LoadValues() end -- load usres previous settings (this session only)
-- get mouse pos (app will be centered @ mouse)
x, y = r.GetMousePosition()
x, y = ImGui.PointConvertNative(ctx, x, y, true)
x, y = ImGui.PointConvertNative(ctx, x, y, false)

r.defer(ImGui_Loop)

0 comments on commit 1133717

Please sign in to comment.