mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Shared: the cursor view own its size instead of the curve view
This commit is contained in:
committed by
EmilieNumworks
parent
8ccb69f2e2
commit
c9b86d0c86
@@ -7,4 +7,8 @@ void VerticalCursorView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
ctx->fillRect(KDRect(0, 0, 1, height), KDColorBlack);
|
||||
}
|
||||
|
||||
KDSize VerticalCursorView::minimalSizeForOptimalDisplay() const {
|
||||
return KDSize(1, 0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user