diff options
| author | Rafał Lichwała <[email protected]> | 2025-11-27 11:29:38 +0100 |
|---|---|---|
| committer | Méven Car <[email protected]> | 2025-11-27 10:29:38 +0000 |
| commit | 2adbecd269e3694c2796374260c1983a8d21764d (patch) | |
| tree | 9185790a1b824d61932d1b66d5e0be58ac027332 /src/dolphintabpage.cpp | |
| parent | f4eb12221f1efc1c58ea0c717570a1b3f5096710 (diff) | |
dolphinnavigatorswidgetaction: show focus indicator in split mode
This commit uses KUrlNavigator focus indicator to show sufficiently which panel (left or right) is currently active in split mode.
This MR is based on KIO changes in https://invent.kde.org/frameworks/kio/-/merge_requests/2054
See discussion in MR: !1076 (comment 1334290), see https://invent.kde.org/frameworks/kio/-/merge_requests/2058
@teams/vdg
{width=849 height=313}
{width=849 height=313}
{width=849 height=313}
{width=849 height=313}
@teams/vdg
BUG: 150718
BUG: 428440
Diffstat (limited to 'src/dolphintabpage.cpp')
| -rw-r--r-- | src/dolphintabpage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphintabpage.cpp b/src/dolphintabpage.cpp index f6ccff22e..1ceda7d9f 100644 --- a/src/dolphintabpage.cpp +++ b/src/dolphintabpage.cpp @@ -25,11 +25,11 @@ void resetSplitterSizes(QSplitter *splitter) DolphinTabPage::DolphinTabPage(const QUrl &primaryUrl, const QUrl &secondaryUrl, QWidget *parent) : QWidget(parent) - , m_splitterLastPosition(0) , m_expandingContainer{nullptr} , m_primaryViewActive(true) , m_splitViewEnabled(false) , m_active(true) + , m_splitterLastPosition(0) { QGridLayout *layout = new QGridLayout(this); layout->setSpacing(0); |
