Remove BaseSettings & merge ConcurrentSettings (#4775)
This commit is contained in:
@@ -710,7 +710,7 @@ void BaseWindow::updateScale()
|
||||
auto scale =
|
||||
this->nativeScale_ * (this->flags_.has(DisableCustomScaling)
|
||||
? 1
|
||||
: getABSettings()->getClampedUiScale());
|
||||
: getSettings()->getClampedUiScale());
|
||||
|
||||
this->setScale(scale);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user