From bf6f3b9f6428c38eaa8f587dd6e4bd08c19af900 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 3 Jan 2026 19:16:58 +0100 Subject: [PATCH] Fix a copy-paste typo Signed-off-by: falkTX --- dgl/TopLevelWidget.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dgl/TopLevelWidget.hpp b/dgl/TopLevelWidget.hpp index 74959a28..2143156b 100644 --- a/dgl/TopLevelWidget.hpp +++ b/dgl/TopLevelWidget.hpp @@ -112,8 +112,8 @@ public: #if DGL_ALLOW_DEPRECATED_METHODS /** DEPRECATED DO NOT USE. - * The old deprecated constructor allowed for an optional `bool automaticallyScaleAndSetAsMinimumSize`. - * This turned out to be not be a good idea; now the scaling is done automatically while minimum size is not. + * The old deprecated function allowed for optional `bool automaticallyScale` and `bool resizeNowIfAutoScaling`. + * This turned out to be not be a good idea; now the scaling on constraints is never done automatically. */ DISTRHO_DEPRECATED_BY("setGeometryConstraints(uint, uint, bool)") void setGeometryConstraints(uint minimumWidth,