renderer: fix window offset for dragged windows (#9629)
This commit is contained in:
parent
e59680481d
commit
4c471218c9
1 changed files with 1 additions and 1 deletions
|
|
@ -1258,7 +1258,7 @@ void CWindow::setAnimationsToMove() {
|
|||
|
||||
void CWindow::onWorkspaceAnimUpdate() {
|
||||
// clip box for animated offsets
|
||||
if (!m_bIsFloating || m_bPinned || isFullscreen()) {
|
||||
if (!m_bIsFloating || m_bPinned || isFullscreen() || m_bDraggingTiled) {
|
||||
m_vFloatingOffset = Vector2D(0, 0);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue