only thickness animations are handled as normal

v0.6
Michail Vourlakos 8 years ago
parent 9e53cd02b1
commit af3001d24b

@ -120,7 +120,7 @@ Item{
var localY = 0;
normalState = ((root.nowDockHoveredIndex === -1) && (layoutsContainer.hoveredIndex === -1)
&& (root.animationsNeedBothAxis === 0) && (root.animationsNeedLength === 0) && (root.animationsNeedThickness === 0))
&& (root.animationsNeedBothAxis === 0) && (root.animationsNeedLength === 0))
|| !windowSystem.compositingActive;
// debug maskArea criteria

Loading…
Cancel
Save