mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
[poincare] Temporary fix for fraction bar drawing
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user