mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-25 09:33:51 +03:00
update lastactivewindow based on changed signal
This commit is contained in:
parent
6bf2994840
commit
4d3c491b84
@ -512,6 +512,8 @@ void LastActiveWindow::windowChanged(const WindowId &wid)
|
||||
if (m_currentWinId == wid) {
|
||||
updateInformationFromHistory();
|
||||
}
|
||||
} else if (m_history.indexOf(wid) == 0) {
|
||||
setInformation(historyitem);
|
||||
}
|
||||
} else {
|
||||
//qDebug() << " LastActiveWindow : window is not in history";
|
||||
|
Loading…
Reference in New Issue
Block a user