fix(kwayland):missing position when enable output#IA9SMO
This commit is contained in:
parent
79b0be2dda
commit
17388b44a6
|
@ -211,6 +211,7 @@ bool WaylandOutputDevice::setWlConfig(WaylandOutputConfiguration *wlConfig, cons
|
|||
if (enabled() != output->isEnabled()) {
|
||||
changed = true;
|
||||
wlConfig->enable(object(), output->isEnabled());
|
||||
wlConfig->position(object(), output->pos().x(), output->pos().y());
|
||||
}
|
||||
|
||||
// position
|
||||
|
|
Loading…
Reference in New Issue