aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/LPanel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-desktop/LPanel.cpp')
-rw-r--r--lumina-desktop/LPanel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-desktop/LPanel.cpp b/lumina-desktop/LPanel.cpp
index 2940482c..8486bf1c 100644
--- a/lumina-desktop/LPanel.cpp
+++ b/lumina-desktop/LPanel.cpp
@@ -71,6 +71,7 @@ void LPanel::prepareToClose(){
LSession::processEvents();
i--; //need to back up one space to not miss another plugin
}
+ this->hide();
}
void LPanel::scalePanel(double xscale, double yscale){
bgstack15