1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-13 21:18:01 +03:00

block AddWindowAnim when task containsmouse

This commit is contained in:
Michail Vourlakos 2017-10-22 01:41:12 +03:00
parent 673d3006c2
commit 1a87d40611

View File

@ -204,7 +204,7 @@ MouseArea{
property int previousCount: 0
onWindowsCountChanged: {
if ((windowsCount >= 2) && (windowsCount > previousCount)){
if ((windowsCount >= 2) && (windowsCount > previousCount) && !mainItemContainer.containsMouse){
if(root.dragSource == null)
mainItemContainer.groupWindowAdded();
}