mirror of
https://github.com/KDE/latte-dock.git
synced 2025-03-21 10:50:30 +03:00
reduce warnings
This commit is contained in:
parent
7b15f4b895
commit
c37a959ae2
@ -1089,6 +1089,9 @@ DragDrop.DropArea {
|
||||
|
||||
Connections{
|
||||
target: dock.visibility
|
||||
|
||||
ignoreUnknownSignals : true
|
||||
|
||||
onContainsMouseChanged: {
|
||||
if (dock.visibility.containsMouse) {
|
||||
if (checkRestoreZoom.running)
|
||||
|
@ -640,6 +640,9 @@ MouseArea{
|
||||
}
|
||||
|
||||
function clearZoom(){
|
||||
if(!root)
|
||||
return;
|
||||
|
||||
if (root.globalDirectRender)
|
||||
wrapper.mScale = 1;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user