FIX:use default_strategy after modifed cluster number

jira: STUDIO-6915
Change-Id: I4e0c3d62f5a766f73d48d1e06c4364fc6babe1ac
This commit is contained in:
zhou.xu 2024-04-22 10:02:14 +08:00 committed by Lane.Wei
parent 21de7a9b22
commit a8965f7dcd
1 changed files with 1 additions and 0 deletions

View File

@ -714,6 +714,7 @@ void ObjColorPanel::deal_algo(char cluster_number, bool redraw_ui)
//redraw ui
if (redraw_ui) {
redraw_part_table();
deal_default_strategy();
}
}