mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-24 16:20:49 +01:00
[Kandinsky] drawChar now takes two colors
Change-Id: I0d99bb5e6c22ad582d82eae643168e6c1118f434
This commit is contained in:
@@ -16,7 +16,7 @@ void StackView::setName(const char * name) {
|
||||
|
||||
void StackView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
ctx->fillRect(rect, KDColor(0xFFCD50));
|
||||
ctx->drawString(m_name, {0,0}, true);
|
||||
ctx->drawString(m_name, KDPointZero);
|
||||
}
|
||||
|
||||
#if ESCHER_VIEW_LOGGING
|
||||
|
||||
Reference in New Issue
Block a user