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

dont block parabolic effect for expanded applets

This commit is contained in:
Michail Vourlakos 2020-05-19 19:29:55 +03:00
parent 78dce5d5e6
commit fae249560e

View File

@ -30,6 +30,5 @@ Ability.ParabolicEffectPrivate {
factor.zoom: LatteCore.WindowSystem.compositingActive && animations.active ? ( 1 + (plasmoid.configuration.zoomLevel / 20) ) : 1
factor.maxZoom: Math.max(factor.zoom, applets.require.maxInnerZoomFactor)
restoreZoomIsBlocked: (view && view.contextMenuIsShown)
|| (view && view.extendedInterface.hasExpandedApplet)
|| (applets.parabolic.restoreZoomIsBlocked)
}