system settings
git clone https://git.lucas.co/cce-system-interface.git
Clear ui_context active popovers at the start of rebuild_layout
src/renderer.rs | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/renderer.rs b/src/renderer.rs
index 5b1e183..e489f3d 100644
--- a/src/renderer.rs
+++ b/src/renderer.rs
@@ -45,6 +45,7 @@ impl SystemInterface {
cce_ui::widget::hover_animation::reset_frame_registration();
cce_ui::widget::popovers::clear();
+ self.ui_context.clear_popovers();
cce_ui::widget::hover_animation::set_scroll_offset(self.scroll_y);
cce_ui::widget::hover_animation::set_cursor_pos(self.cursor_x, self.cursor_y);