Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
aae21659
Commit
aae21659
authored
Jan 27, 2020
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid double events when using the info button (mouse down and up)
parent
68236d0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Core/Core.cc
Core/Core.cc
+1
-0
No files found.
Core/Core.cc
View file @
aae21659
...
...
@@ -777,6 +777,7 @@ Core::slotMouseEventIdentify( QMouseEvent* _event )
// Only catch left-button clicks
if
(
_event
->
button
()
!=
Qt
::
LeftButton
)
return
;
if
(
_event
->
type
()
!=
QEvent
::
MouseButtonRelease
)
return
;
const
QObject
*
senderPointer
=
sender
();
unsigned
int
examinerId
=
0
;
...
...
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