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:
parent
673d3006c2
commit
1a87d40611
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user