From 458ba3237b402c72b78e890de228e561b3b4de8b Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:12:15 +0100 Subject: [PATCH] use goalv in movetoworkspace --- src/managers/KeybindManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/managers/KeybindManager.cpp b/src/managers/KeybindManager.cpp index 99f6bab5..9aebe7c4 100644 --- a/src/managers/KeybindManager.cpp +++ b/src/managers/KeybindManager.cpp @@ -819,8 +819,8 @@ void CKeybindManager::moveActiveToWorkspace(std::string args) { return; } - auto PSAVEDSIZE = PWINDOW->m_vRealSize.vec(); - auto PSAVEDPOS = PWINDOW->m_vRealPosition.vec(); + auto PSAVEDSIZE = PWINDOW->m_vRealSize.goalv(); + auto PSAVEDPOS = PWINDOW->m_vRealPosition.goalv(); g_pLayoutManager->getCurrentLayout()->onWindowRemoved(PWINDOW);