Fix for triggers

This commit is contained in:
Thulinma 2018-05-15 14:56:51 +02:00
parent 55854883c8
commit 96563c0971
2 changed files with 2 additions and 1 deletions

View file

@ -334,6 +334,7 @@ namespace Controller{
++i;
}
tPage.setRCount(std::min(i, max));
tPage.setEndPos(std::min(i, max));
}
}