[colorcorrection] Apply current color temperature on screen hot plug
Summary: Current color temperature must be applied immediately to hot pluged outputs. BUG: 391623 Test Plan: Manually. I'm working on auto tests with the new virtual output classes, but since 5.12.4 will land before I can finish this work, I have to get this fix in without them. Reviewers: #kwin, broulik Reviewed By: broulik Subscribers: martinkostolny, broulik, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D11654
This commit is contained in:
parent
2eded91897
commit
99fec3d245
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ void Manager::init()
|
|||
return;
|
||||
}
|
||||
|
||||
connect(Screens::self(), &Screens::countChanged, this, &Manager::hardReset);
|
||||
|
||||
connect(LogindIntegration::self(), &LogindIntegration::sessionActiveChanged, this,
|
||||
[this](bool active) {
|
||||
if (active) {
|
||||
|
|
Loading…
Reference in a new issue