mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
Ref T176, set selection mode deferred because otherwise it will be overidden from UI builder code
This commit is contained in:
@@ -521,7 +521,9 @@ namespace BlackGui
|
||||
break;
|
||||
}
|
||||
|
||||
this->settingsChanged();
|
||||
// call this deferred, otherwise the values are overridden with any values
|
||||
// from the UI builder
|
||||
QTimer::singleShot(500, this, &CViewBaseNonTemplate::settingsChanged);
|
||||
}
|
||||
|
||||
QString CViewBaseNonTemplate::getSettingsFileName(bool load) const
|
||||
|
||||
Reference in New Issue
Block a user