FIX:Added a centering function to the text menu, but lost it during the upgrade process

jira: github 7828
Change-Id: Idb3739313f506fbe475cf6c4ca96c7eade9292a6
(cherry picked from commit 8267f5fdca53fb172b64ebb24407a26b94fdecff)
This commit is contained in:
zhou.xu
2025-08-13 09:38:07 +08:00
committed by Noisyfox
parent 1a34765856
commit 1c793a5ad1

View File

@@ -1409,6 +1409,7 @@ void MenuFactory::create_text_part_menu()
append_menu_item_delete(menu);
append_menu_item_fix_through_netfabb(menu);
append_menu_item_simplify(menu);
append_menu_item_center(menu);
append_menu_items_mirror(menu);
menu->AppendSeparator();
append_menu_item_per_object_process(menu);