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:
Xaver Hugl 2022-03-11 03:49:16 +01:00
parent 8e304963ad
commit 9c5d3c9a70

View file

@ -21,6 +21,8 @@ OutputChangeSetV2Private::OutputChangeSetV2Private(OutputDeviceV2Interface *outp
, position(outputDevice->globalPosition())
, scale(outputDevice->scale())
, overscan(outputDevice->overscan())
, vrrPolicy(outputDevice->vrrPolicy())
, rgbRange(outputDevice->rgbRange())
{
}