Skip to content

Commit

Permalink
fix #32
Browse files Browse the repository at this point in the history
  • Loading branch information
kyouryuukunn committed Sep 19, 2024
1 parent 6623225 commit 56c2cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ActionEditor_screens.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ init 1 python in _viewers:
gn, ps = check_result
if n is not None or gn != "focusing":
self.key_list = [(n, l, p) for p in ps]
self.force_plus = is_force_plus(key)
self.force_plus = is_force_plus(p)

if is_wide_range(key):
self.range = persistent._graphic_editor_wide_range
Expand Down

0 comments on commit 56c2cd5

Please sign in to comment.