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() {
|
void CWindow::onWorkspaceAnimUpdate() {
|
||||||
// clip box for animated offsets
|
// clip box for animated offsets
|
||||||
if (!m_bIsFloating || m_bPinned || isFullscreen()) {
|
if (!m_bIsFloating || m_bPinned || isFullscreen() || m_bDraggingTiled) {
|
||||||
m_vFloatingOffset = Vector2D(0, 0);
|
m_vFloatingOffset = Vector2D(0, 0);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue