mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45: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;
|
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
|
QString CViewBaseNonTemplate::getSettingsFileName(bool load) const
|
||||||
|
|||||||
Reference in New Issue
Block a user