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

@@ -623,7 +623,7 @@ void NodePanelBrushPreset::init()
break;
}
}
popup->destroy();
pp::panopainter::close_legacy_popup_overlay(*popup);
};
};
m_btn_import = find<NodeButton>("import");