Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mercurial
TortoiseHg
thg-hgtk
Commits
b6366c050e1d
Commit
de24187d
authored
Dec 28, 2010
by
Steve Borho
Browse files
fileview: only emit empty desc string on leave if annotating
This was causing messages to be cleared somewhat inexplicably.
parent
17c1e1724353
Changes
1
Show whitespace changes
Inline
Side-by-side
tortoisehg/hgqt/fileview.py
View file @
b6366c05
...
...
@@ -263,6 +263,7 @@ class HgFileView(QFrame):
qsci
.
mouseMoveEvent
(
self
.
sci
,
event
)
def
leaveEvent
(
self
,
event
):
if
self
.
_mode
==
'file'
and
self
.
_annotate
:
self
.
lastrev
=
None
self
.
showDescSignal
.
emit
(
''
)
...
...
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