mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
remove useless debug
This commit is contained in:
parent
354ec7c8a5
commit
8cfdb80661
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ Item {
|
||||||
Drag.dragType: Drag.Automatic
|
Drag.dragType: Drag.Automatic
|
||||||
|
|
||||||
onOffsetChanged: {
|
onOffsetChanged: {
|
||||||
if (!view.moving) {print("BLII?"+offset)
|
if (!view.moving) {
|
||||||
view.contentY = Math.max(0, offset) - view.originY - view.height*2 + closedPositionOffset*2
|
view.contentY = Math.max(0, offset) - view.originY - view.height*2 + closedPositionOffset*2
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue