Skip to content

Fix window resized when switching virtual desktops in OpenBox

Ahmad Samir requested to merge work/ahmad/showevent into master

It looks like switching virtual desktops in OpenBox invokes a show event (this doesn't happen while running Plasma).

The code in MainWindow::showEvent() should only be run once on first show, so guard it with a bool member.

BUG: 441610 FIXED-IN: 21.08.1

Merge request reports