FIX:fix bug of m_is_add_filament

jira: STUDIO-9625
Change-Id: I5810ba9234d52391777a05f37c765d5bddd152ee
This commit is contained in:
zhou.xu 2025-01-08 19:40:53 +08:00 committed by lane.wei
parent 2d603456ba
commit 02bfa2b079
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ bool ObjColorPanel::is_ok() {
void ObjColorPanel::send_new_filament_to_ui()
{
update_new_add_final_colors();
if (m_is_add_filament) {
for (auto c : m_new_add_final_colors) {
/*auto evt = new ColorEvent(EVT_ADD_CUSTOM_FILAMENT, c);