call the connection->roundtrip to get skiptaskbar working

same fix as the plasmashell
This commit is contained in:
Bhushan Shah 2017-09-14 15:11:15 +05:30
parent a9ab4a0c01
commit bdb041f905

View file

@ -109,6 +109,7 @@ void TaskPanel::initWayland()
}
);
registry->setup();
connection->roundtrip();
}
QWindow *TaskPanel::panel()