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:
parent
bc685e3851
commit
0112a82a35
3 changed files with 5 additions and 2 deletions
|
@ -1168,6 +1168,9 @@
|
|||
[entry]
|
||||
name = "Duthlet"
|
||||
[/entry]
|
||||
[entry]
|
||||
name = "Edward Chernenko"
|
||||
[/entry]
|
||||
[entry]
|
||||
name = "Ekdohibs"
|
||||
[/entry]
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue