mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Fix problem with PaletteEditor "switch" parameter in menu item "View > Palette Editor" command.
This commit is contained in:
parent
56c8d34237
commit
dc4079a46e
@ -313,7 +313,7 @@
|
||||
<separator />
|
||||
<item command="FilmEditor" text="&Animation Editor" />
|
||||
<item command="PaletteEditor" text="&Palette Editor">
|
||||
<param name="Switch" value="true" />
|
||||
<param name="switch" value="true" />
|
||||
</item>
|
||||
<item command="Preview" text="Previe&w" />
|
||||
<separator />
|
||||
|
Loading…
Reference in New Issue
Block a user