mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-16 16:15:58 +01:00
clear LSes at finish
This commit is contained in:
parent
bec451ee84
commit
e4c267292a
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ void CHyprpicker::finish(int code) {
|
|||
destroyBuffer(&ls->screenBuffer);
|
||||
}
|
||||
|
||||
m_vLayerSurfaces.clear();
|
||||
|
||||
if (m_pWLDisplay) {
|
||||
wl_display_disconnect(m_pWLDisplay);
|
||||
m_pWLDisplay = nullptr;
|
||||
|
|
Loading…
Reference in a new issue