mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-29 07:21:49 +03:00
plasmoid:anchor properly manual launcher removal
This commit is contained in:
parent
e8103517c2
commit
f4a568a38f
@ -70,7 +70,7 @@ SequentialAnimation {
|
|||||||
//! the removal animation a small margin must applied
|
//! the removal animation a small margin must applied
|
||||||
var spacer = taskItem.headItemIsSeparator ? -(2+taskItem.metrics.totals.lengthEdge) : ( taskItem.headItemIsSeparator ? (2+taskItem.metrics.totals.lengthEdge)/2 : 0);
|
var spacer = taskItem.headItemIsSeparator ? -(2+taskItem.metrics.totals.lengthEdge) : ( taskItem.headItemIsSeparator ? (2+taskItem.metrics.totals.lengthEdge)/2 : 0);
|
||||||
|
|
||||||
if (!taskItem.inBouncingAnimation) {
|
if (!taskItem.inBouncingAnimation && !animation4) {
|
||||||
//! real slide-out case
|
//! real slide-out case
|
||||||
var taskInListPos = mapToItem(icList, 0, 0);
|
var taskInListPos = mapToItem(icList, 0, 0);
|
||||||
taskItem.parent = icList;
|
taskItem.parent = icList;
|
||||||
|
Loading…
Reference in New Issue
Block a user