mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-26 17:40:12 -04:00
UI: Fix panning when preview scaling is enabled
This commit is contained in:
@@ -577,7 +577,7 @@ void OBSBasicPreview::mousePressEvent(QMouseEvent *event)
|
||||
event->button() == Qt::LeftButton) {
|
||||
setCursor(Qt::ClosedHandCursor);
|
||||
scrollingFrom.x = pos.x();
|
||||
scrollingFrom.y = pos.x();
|
||||
scrollingFrom.y = pos.y();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user