Code review comment for lp:~lukas-kde/unity8/windowOpenCloseAnimations

Revision history for this message
Lukáš Tinkl (lukas-kde) wrote :

On (maxed) window closing, I definitely do get the scale/opacity change although I agree when opening maximized windows, the animation is not there:

From WindowResizeArea.qml (r. 1978.4.2 <email address hidden> 20150925)

if (windowState === WindowStateStorage.WindowStateMaximized) {
     target.maximize(false)
}

Not sure what the intention is here

« Back to merge proposal