mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-27 01:29:58 +01:00
[apps/sequence] Color error
Change-Id: I6ec6365debaf856810ae5895d83971fa4f0967dd
This commit is contained in:
@@ -208,7 +208,7 @@ TermSumController::ContentView::LegendView::~LegendView() {
|
||||
}
|
||||
|
||||
void TermSumController::ContentView::LegendView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
ctx->fillRect(KDRect(0, bounds().height() - k_legendHeight, bounds().width(), k_legendHeight), Palette::GreyBright);
|
||||
ctx->fillRect(KDRect(0, bounds().height() - k_legendHeight, bounds().width(), k_legendHeight), Palette::GreyMiddle);
|
||||
}
|
||||
|
||||
void TermSumController::ContentView::LegendView::setLegendMessage(I18n::Message message) {
|
||||
|
||||
Reference in New Issue
Block a user