Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
System Settings
Commits
f21762d4
Commit
f21762d4
authored
Sep 29, 2020
by
Benjamin Port
Committed by
Nate Graham
Sep 30, 2020
Browse files
Update highlight default dot for module in search mode
(cherry picked from commit
c00178de
)
parent
9daf327a
Changes
1
Hide whitespace changes
Inline
Side-by-side
sidebar/SidebarMode.cpp
View file @
f21762d4
...
...
@@ -587,7 +587,8 @@ void SidebarMode::updateDefaults()
emit
d
->
model
->
dataChanged
(
sourceIdx
,
sourceIdx
);
auto
subCateogryIdx
=
d
->
subCategoryModel
->
index
(
d
->
activeSubCategoryRow
,
0
);
emit
d
->
subCategoryModel
->
dataChanged
(
subCateogryIdx
,
subCateogryIdx
);
auto
subCategorySourceIdx
=
d
->
categorizedModel
->
mapToSource
(
d
->
subCategoryModel
->
mapToSource
(
subCateogryIdx
));
emit
d
->
model
->
dataChanged
(
subCategorySourceIdx
,
subCategorySourceIdx
);
}
int
SidebarMode
::
activeSearchRow
()
const
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment