Skip to content

Commit bf6f3b9

Browse files
committed
Fix a copy-paste typo
Signed-off-by: falkTX <[email protected]>
1 parent 3067fa5 commit bf6f3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dgl/TopLevelWidget.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ class TopLevelWidget : public Widget
112112

113113
#if DGL_ALLOW_DEPRECATED_METHODS
114114
/** DEPRECATED DO NOT USE.
115-
* The old deprecated constructor allowed for an optional `bool automaticallyScaleAndSetAsMinimumSize`.
116-
* This turned out to be not be a good idea; now the scaling is done automatically while minimum size is not.
115+
* The old deprecated function allowed for optional `bool automaticallyScale` and `bool resizeNowIfAutoScaling`.
116+
* This turned out to be not be a good idea; now the scaling on constraints is never done automatically.
117117
*/
118118
DISTRHO_DEPRECATED_BY("setGeometryConstraints(uint, uint, bool)")
119119
void setGeometryConstraints(uint minimumWidth,

0 commit comments

Comments
 (0)