mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2026-01-22 08:15:54 +00:00
fix: commit popup surface when receiving configure event
This commit is contained in:
parent
43149e6d06
commit
c430938bf1
1 changed files with 1 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ impl SurfaceState {
|
||||||
"Marking popup with handle {handle:?} as configured after XdgPopup::Configure"
|
"Marking popup with handle {handle:?} as configured after XdgPopup::Configure"
|
||||||
);
|
);
|
||||||
popup_manager.mark_popup_configured(handle.key());
|
popup_manager.mark_popup_configured(handle.key());
|
||||||
|
popup_manager.commit_popup_surface(handle.key());
|
||||||
popup_manager.mark_all_popups_dirty();
|
popup_manager.mark_all_popups_dirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue