Skip to content

Commit

Permalink
Fix duplicate 'Zoom' items within the shortcut key settings list box.
Browse files Browse the repository at this point in the history
Before this fix, the following items were repeated in the list box:
'Zoom 600%'
'Zoom 800%'
'Zoom 1600%'
  • Loading branch information
Gasparoken committed May 22, 2024
1 parent fe786c7 commit 4276729
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/gui.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Aseprite -->
<!-- Copyright (C) 2018-2023 Igara Studio S.A. -->
<!-- Copyright (C) 2018-2024 Igara Studio S.A. -->
<!-- Copyright (C) 2001-2018 David Capello -->
<gui>
<!-- Keyboard shortcuts -->
Expand Down Expand Up @@ -290,11 +290,9 @@
<key command="Zoom" shortcut="3"><param name="percentage" value="400" /></key>
<key command="Zoom"><param name="percentage" value="500" /></key>
<key command="Zoom"><param name="percentage" value="600" /></key>
<key command="Zoom"><param name="percentage" value="700" /></key>
<key command="Zoom" shortcut="4"><param name="percentage" value="800" /></key>
<key command="Zoom"><param name="percentage" value="1000" /></key>
<key command="Zoom" shortcut="5"><param name="percentage" value="1600" /></key>
<key command="Zoom"><param name="percentage" value="2000" /></key>
<key command="Zoom"><param name="percentage" value="2400" /></key>
<key command="Zoom" shortcut="6"><param name="percentage" value="3200" /></key>
<key command="Zoom" shortcut="Ctrl++" mac="Cmd++">
<param name="action" value="in" />
Expand Down

0 comments on commit 4276729

Please sign in to comment.