Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
KCalc
Commits
96e86f74
Commit
96e86f74
authored
Aug 31, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Using no deprecated enum Qt::MiddleButton
parent
625a819f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kcalcdisplay.cpp
kcalcdisplay.cpp
+1
-1
No files found.
kcalcdisplay.cpp
View file @
96e86f74
...
...
@@ -391,7 +391,7 @@ void KCalcDisplay::mousePressEvent(QMouseEvent *e) {
lit_
=
!
lit_
;
button_
=
Qt
::
LeftButton
;
}
else
{
button_
=
Qt
::
MidButton
;
button_
=
Qt
::
Mid
dle
Button
;
}
emit
clicked
();
...
...
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