diff --git a/obs/window-basic-properties.cpp b/obs/window-basic-properties.cpp index 116ec31ab..b578969af 100644 --- a/obs/window-basic-properties.cpp +++ b/obs/window-basic-properties.cpp @@ -138,7 +138,7 @@ void OBSBasicProperties::resizeEvent(QResizeEvent *event) resizeTimer = startTimer(100); } - UNUSED_PARAMETER(event); + QDialog::resizeEvent(event); } void OBSBasicProperties::timerEvent(QTimerEvent *event)