Skip to content

Commit 4d72476

Browse files
committed
Small widget update
1 parent ffd9e83 commit 4d72476

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/widgets/containers/Window.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,10 @@ namespace lsp
701701
void Window::hide_widget()
702702
{
703703
if (pWindow != NULL)
704+
{
705+
pWindow->ungrab_events();
704706
pWindow->hide();
707+
}
705708

706709
WidgetContainer::hide_widget();
707710
}

0 commit comments

Comments
 (0)