FIX:use default_strategy after modifed cluster number
jira: STUDIO-6915 Change-Id: I4e0c3d62f5a766f73d48d1e06c4364fc6babe1ac
This commit is contained in:
parent
21de7a9b22
commit
a8965f7dcd
|
@ -714,6 +714,7 @@ void ObjColorPanel::deal_algo(char cluster_number, bool redraw_ui)
|
||||||
//redraw ui
|
//redraw ui
|
||||||
if (redraw_ui) {
|
if (redraw_ui) {
|
||||||
redraw_part_table();
|
redraw_part_table();
|
||||||
|
deal_default_strategy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue