Restore location of ColorQuantization option in the palette menu

Just to avoid confusion right now and to avoid deprecating
documentation in a minor release.
This commit is contained in:
David Capello 2021-01-15 12:23:10 -03:00
parent 980454eac0
commit 045e3ad473

View File

@ -1078,7 +1078,6 @@
<param name="type" value="normal-map-wheel" />
</item>
<separator />
<item command="ColorQuantization" text="@.create_palette_from_current_sprite" group="palette_generation" />
<item command="LoadPalette" text="@.load_palette" />
<item command="LoadPalette" text="@.load_default_palette">
<param name="preset" value="default" />
@ -1090,6 +1089,8 @@
<item command="SavePalette" text="@.save_as_default_palette" group="palette_files">
<param name="preset" value="default" />
</item>
<separator />
<item command="ColorQuantization" text="@.create_palette_from_current_sprite" group="palette_generation" />
</menu>
<menu id="ink_popup_menu">