mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 19:05:58 +01:00
always report sizes after a window unmap
This commit is contained in:
parent
3dca2fd61e
commit
10303259f7
1 changed files with 3 additions and 0 deletions
|
@ -602,6 +602,9 @@ void Events::listener_unmapWindow(void* owner, void* data) {
|
|||
|
||||
// recheck idle inhibitors
|
||||
g_pInputManager->recheckIdleInhibitorStatus();
|
||||
|
||||
// force report all sizes (QT sometimes has an issue with this)
|
||||
g_pCompositor->forceReportSizesToWindowsOnWorkspace(PWINDOW->m_iWorkspaceID);
|
||||
}
|
||||
|
||||
void Events::listener_commitWindow(void* owner, void* data) {
|
||||
|
|
Loading…
Reference in a new issue