From fadd4f73c7fe674c14eaec3fe99b52b1fba07df0 Mon Sep 17 00:00:00 2001 From: Michail Vourlakos Date: Sat, 25 Mar 2017 18:39:39 +0200 Subject: [PATCH] fix visual on drop a plasmoid --this was broken from the new behavior concerning launchers and their checks --- containment/contents/ui/main.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/containment/contents/ui/main.qml b/containment/contents/ui/main.qml index 4bb3e1300..7dc25b0c5 100644 --- a/containment/contents/ui/main.qml +++ b/containment/contents/ui/main.qml @@ -507,9 +507,9 @@ DragDrop.DropArea { if (latteApplet) { if (latteApplet.launchersDrop(event)) { root.addLaunchersMessage = true; - } - if (root.addLaunchersInTaskManager) { - return; + if (root.addLaunchersInTaskManager) { + return; + } } }