Centralize retained popup closing

This commit is contained in:
2026-06-12 15:00:55 +02:00
parent 76c0ed3c10
commit 4c7c48a22c
7 changed files with 71 additions and 98 deletions

View File

@@ -57,8 +57,7 @@ void NodeComboBox::loaded()
m_text->set_text(m_items[index].c_str());
if (on_select)
on_select(btn, index);
popup->mouse_release();
popup->destroy();
pp::panopainter::close_legacy_popup_overlay(*popup);
};
}
}