outputchangeset: set default values for vrr policy and rgb range
If this is not done then KScreen will sometimes unintentionally reset them to the default. BUG: 442520 FIXED-IN: 5.24.4
This commit is contained in:
parent
8e304963ad
commit
9c5d3c9a70
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@ OutputChangeSetV2Private::OutputChangeSetV2Private(OutputDeviceV2Interface *outp
|
|||
, position(outputDevice->globalPosition())
|
||||
, scale(outputDevice->scale())
|
||||
, overscan(outputDevice->overscan())
|
||||
, vrrPolicy(outputDevice->vrrPolicy())
|
||||
, rgbRange(outputDevice->rgbRange())
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue