Fix typo in menu_button: active icon was used instead of pressed icon

Icon [short_arrow_left_25-pressed.png] exists, but is not used anywhere.
Widgets in [menu_button_default.cfg] and [multimenu_button_default.cfg]
were using [short_arrow_left_25-active.png] for the "pressed" state.
This commit is contained in:
Edward Chernenko 2018-12-31 12:36:24 +03:00 committed by Jyrki Vesterinen
parent bc685e3851
commit 0112a82a35
3 changed files with 5 additions and 2 deletions

View file

@ -1168,6 +1168,9 @@
[entry]
name = "Duthlet"
[/entry]
[entry]
name = "Edward Chernenko"
[/entry]
[entry]
name = "Ekdohibs"
[/entry]

View file

@ -112,7 +112,7 @@
[image]
x = "(width - 25)"
y = 2
name = "icons/arrows/short_arrow_left_25-active.png~ROTATE(-90)"
name = "icons/arrows/short_arrow_left_25-pressed.png~ROTATE(-90)"
[/image]
[/draw]

View file

@ -112,7 +112,7 @@
[image]
x = "(width - 25)"
y = 2
name = "icons/arrows/short_arrow_left_25-active.png~ROTATE(-90)"
name = "icons/arrows/short_arrow_left_25-pressed.png~ROTATE(-90)"
[/image]
[/draw]