Skip to content

krunner: fix window showing on wrong screen

Natalie Clarius requested to merge work/natalie/krunner-screen into master

Call positionOnScreen every time setVisible(true) is set and not just during initialization of View, so that the correct screen can be determined whenever the window is shown, rather than always using the screen that happened to be active the first time KRunner was launched.

BUG: 474166

Edited by Natalie Clarius

Merge request reports