summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/other/deviceitem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/other/deviceitem.cpp b/src/other/deviceitem.cpp
index 6d41ae7..db40c14 100644
--- a/src/other/deviceitem.cpp
+++ b/src/other/deviceitem.cpp
@@ -300,7 +300,6 @@ void DeviceItem::newViewSize()
void DeviceItem::newWindowSize()
{
int rotationSide = rotationSideLength() * scale();
- setPos(rotationSide/2, rotationSide/2);
emit sizeChanged(QSize(rotationSide, rotationSide));
}