From: Leonardo Malaman Date: Fri, 1 Aug 2025 20:18:48 +0000 (-0300) Subject: DolphinMainWindow: Notify current selection changed when changing tabs X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/e9d5e558bcb6b7827dba51686e9556ceeec1f02d?hp=a599f7dd57ce3e8f8579265d0b41e6e9c116873f DolphinMainWindow: Notify current selection changed when changing tabs So the Information Panel refreshes. --- 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)