Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
669c8b38
Commit
669c8b38
authored
Mar 25, 2021
by
Waqar Ahmed
Committed by
Christoph Cullmann
Mar 25, 2021
Browse files
No edit triggers for compare branch tree
(cherry picked from commit
e9561eb4
)
parent
8cc647a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/project/comarebranchesview.cpp
View file @
669c8b38
...
...
@@ -144,6 +144,7 @@ CompareBranchesView::CompareBranchesView(QWidget *parent, const QString &gitPath
layout
()
->
addWidget
(
&
m_tree
);
m_tree
.
setHeaderHidden
(
true
);
m_tree
.
setEditTriggers
(
QTreeView
::
NoEditTriggers
);
m_tree
.
setItemDelegate
(
new
DiffStyleDelegate
(
this
));
m_tree
.
expandAll
();
...
...
Write
Preview
Supports
Markdown
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