fix typos

work/spdx
Michail Vourlakos 4 years ago
parent d6e71924ba
commit 6bcef91073

@ -391,7 +391,7 @@ Item {
if (remainedSpace) {
if (startLayout.fillApplets > 0) {
startNo = 0;
} else if (lendLayout.fillApplets > 0) {
} else if (endLayout.fillApplets > 0) {
endNo = 0;
} else if (mainLayout.fillApplets > 0) {
mainNo = 0;

@ -169,7 +169,7 @@ Flickable{
var block = !root.autoScrollTasksEnabled && !duringDragging;
if (block || !contentsExceed || root.tasksCount < 3
|| (task.itemIndex===task.indexer.lastVisibleItemIndex && parabolic.factor.zoom>1)) {
|| (task.itemIndex===task.abilities.indexer.lastVisibleItemIndex && appletAbilities.parabolic.factor.zoom>1)) {
//last task with parabolic effect breaks the autoscolling behavior
return;
}

Loading…
Cancel
Save