mirror of
https://github.com/KDE/latte-dock.git
synced 2025-01-24 18:03:53 +03:00
bce0d74e5f
--when activating activities under multiple layouts the currentActivityChanged() signal is sent from KActivities before the runningActivitiesChanged() and as such we can end in considering borderless maximized window flag before all appropriate layouts have been enabled. The patch adds a timer and delays borderlessMaximized consideration when currentActivityChanged signal is received.