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
c55bc613
Commit
c55bc613
authored
Mar 15, 2021
by
Waqar Ahmed
Browse files
Make sure hover close button is visible on non-kde platforms
parent
ea574be6
Changes
1
Show whitespace changes
Inline
Side-by-side
addons/filetree/katefiletree.cpp
View file @
c55bc613
...
...
@@ -84,6 +84,8 @@ KateFileTree::KateFileTree(QWidget *parent)
setDragEnabled
(
true
);
setDragDropMode
(
QAbstractItemView
::
DragOnly
);
setSelectionBehavior
(
QAbstractItemView
::
SelectRows
);
// for hover close button
viewport
()
->
setAttribute
(
Qt
::
WA_Hover
);
setItemDelegate
(
new
StyleDelegate
(
this
));
...
...
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