Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
PIM Messagelib
Commits
c626f4cb
Commit
c626f4cb
authored
May 18, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NoFocus so color will not changed
parent
5598049c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
messagelist/src/core/view.cpp
messagelist/src/core/view.cpp
+2
-0
No files found.
messagelist/src/core/view.cpp
View file @
c626f4cb
...
...
@@ -85,6 +85,8 @@ public:
View
::
View
(
Widget
*
pParent
)
:
QTreeView
(
pParent
),
d
(
new
Private
(
this
,
pParent
))
{
setFocusPolicy
(
Qt
::
NoFocus
);
d
->
mSaveThemeColumnStateTimer
=
new
QTimer
();
connect
(
d
->
mSaveThemeColumnStateTimer
,
&
QTimer
::
timeout
,
this
,
&
View
::
saveThemeColumnState
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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