do not update iconSize automatically

--if the user has disabled automatically shrinking
calculations then these computations shouldnt
run... There is a chance that this is also responsible
for wrong counting animations
v0.6
Michail Vourlakos 8 years ago
parent 237cf1db36
commit d4528d4203

@ -1026,7 +1026,7 @@ DragDrop.DropArea {
}
function updateAutomaticIconSize() {
if ((visibilityManager.normalState && !root.editMode)
if ((visibilityManager.normalState && !root.editMode && root.autoDecreaseIconSize)
&& (iconSize===root.maxIconSize || iconSize === automaticIconSizeBasedSize) ) {
var layoutLength;
var maxLength = root.maxLength;

Loading…
Cancel
Save