mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
[themes] Color with pointers
This commit is contained in:
@@ -112,7 +112,7 @@ void MultipleDataView::layoutBanner(bool force) {
|
||||
|
||||
void MultipleDataView::drawRect(KDContext * ctx, KDRect rect) const {
|
||||
if (!m_displayBanner) {
|
||||
ctx->fillRect(bannerFrame(), Palette::BackgroundHard);
|
||||
ctx->fillRect(bannerFrame(), *Palette::BackgroundHard);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user