mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
actiondrawer: Revert flickable change
Reverts the flickable change from 238d8a78cf, it seems to cause the animation to reset when dragging from pinned -> full size.
This commit is contained in:
parent
45ab8c5fa9
commit
32af510193
1 changed files with 2 additions and 1 deletions
|
|
@ -234,7 +234,8 @@ Item {
|
|||
anchors.fill: parent
|
||||
|
||||
contentWidth: root.width
|
||||
contentHeight: root.height * 2
|
||||
contentHeight: root.height + 999999
|
||||
contentY: contentHeight / 2
|
||||
|
||||
// if the recent root.offset change was due to this flickable
|
||||
property bool offsetChangedDueToContentY: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue