Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
f7d8032e
Commit
f7d8032e
authored
Jan 27, 2020
by
Martin Heistermann
Browse files
avoid double events when using the info button (mouse down and up)
parent
7b23318e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Core/Core.cc
View file @
f7d8032e
...
...
@@ -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
Supports
Markdown
0%
Try again
or
attach a new 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