mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-10-14 22:15:58 +00:00
core: minor fixes for animation rewrite
This commit is contained in:
@@ -628,7 +628,7 @@ void CWorkspace::forceReportSizesToWindows() {
|
||||
if (w->m_pWorkspace != m_pSelf || !w->m_bIsMapped || w->isHidden())
|
||||
continue;
|
||||
|
||||
g_pXWaylandManager->setWindowSize(w, w->m_vRealSize->value(), true);
|
||||
g_pXWaylandManager->setWindowSize(w, w->m_vRealSize->goal(), true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user