Browse Source

Fix a copy-paste typo

Signed-off-by: falkTX <falktx@falktx.com>
pull/517/head
falkTX 1 month ago
parent
commit
bf6f3b9f64
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dgl/TopLevelWidget.hpp

+ 2
- 2
dgl/TopLevelWidget.hpp View File

@@ -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,


Loading…
Cancel
Save