Print subtest 6 and results

This commit is contained in:
Michael Mandl 2019-02-07 22:36:39 +01:00
parent 189c24cf61
commit 51271e9595
16 changed files with 187 additions and 37 deletions

View file

@ -76,10 +76,7 @@ void PluralModel::printTests(QPainter &painter) const
x += cellWidth;
}
y += rowHeight;
drawResultSquare(painter, y, true, test.getPoints());
y += rowHeight;
y += 2 * rowHeight;
}
painter.translate(0, y + 2 * rowHeight);