diff options
| author | Leonardo Malaman <[email protected]> | 2025-08-01 17:18:48 -0300 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-08-07 07:26:25 +0000 |
| commit | e9d5e558bcb6b7827dba51686e9556ceeec1f02d (patch) | |
| tree | c54da5a1d37668567b95a770fe42dd56f1f7cd68 /src/dolphinmainwindow.cpp | |
| parent | a599f7dd57ce3e8f8579265d0b41e6e9c116873f (diff) | |
DolphinMainWindow: Notify current selection changed when changing tabs
So the Information Panel refreshes.
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 78560d820..51772eac2 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -1661,6 +1661,7 @@ void DolphinMainWindow::activeViewChanged(DolphinViewContainer *viewContainer) const QUrl url = viewContainer->url(); Q_EMIT urlChanged(url); + Q_EMIT selectionChanged(m_activeViewContainer->view()->selectedItems()); } void DolphinMainWindow::tabCountChanged(int count) |
