mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 23:31:36 +08:00
UI: Fix properties window size grip position on resize
To have its position updated, QDialog::resizeEvent must be called.
This commit is contained in:
@@ -138,7 +138,7 @@ void OBSBasicProperties::resizeEvent(QResizeEvent *event)
|
||||
resizeTimer = startTimer(100);
|
||||
}
|
||||
|
||||
UNUSED_PARAMETER(event);
|
||||
QDialog::resizeEvent(event);
|
||||
}
|
||||
|
||||
void OBSBasicProperties::timerEvent(QTimerEvent *event)
|
||||
|
||||
Reference in New Issue
Block a user