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
Plasma
Plasma Desktop
Commits
cc695a45
Verified
Commit
cc695a45
authored
May 13, 2022
by
Fushan Wen
Browse files
containments/panel: use real data type for startDragOffset
mouseX and mouseY have real data type.
parent
6c9b2d0f
Pipeline
#175706
passed with stage
in 2 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
containments/panel/contents/ui/ConfigOverlay.qml
View file @
cc695a45
...
...
@@ -22,7 +22,7 @@ MouseArea {
hoverEnabled
:
true
property
Item
currentApplet
property
int
startDragOffset
:
0
property
real
startDragOffset
:
0
.0
onPositionChanged
:
{
if
(
pressed
)
{
...
...
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