mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
KDColorBlack -> Palette::Text for the theming engine
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Shared {
|
||||
|
||||
void VerticalCursorView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
KDCoordinate height = bounds().height();
|
||||
ctx->fillRect(KDRect(0, 0, 1, height), KDColorBlack);
|
||||
ctx->fillRect(KDRect(0, 0, 1, height), Palette::Text);
|
||||
}
|
||||
|
||||
KDSize VerticalCursorView::minimalSizeForOptimalDisplay() const {
|
||||
|
||||
Reference in New Issue
Block a user