mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2024-11-17 00:25:57 +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);
|
destroyBuffer(&ls->screenBuffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_vLayerSurfaces.clear();
|
||||||
|
|
||||||
if (m_pWLDisplay) {
|
if (m_pWLDisplay) {
|
||||||
wl_display_disconnect(m_pWLDisplay);
|
wl_display_disconnect(m_pWLDisplay);
|
||||||
m_pWLDisplay = nullptr;
|
m_pWLDisplay = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue