[poincare] Temporary fix for fraction bar drawing

This commit is contained in:
Romain Goyet
2015-09-25 14:22:55 +02:00
parent ae19b49176
commit 54506e67db

View File

@@ -28,7 +28,7 @@ void FractionLayout::render(KDPoint point) {
KDDrawLine(
KDPointMake(point.x, fractionLineY),
KDPointMake(point.x + size().width, fractionLineY),
0);
0xFF);
}
KDSize FractionLayout::computeSize() {