mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 21:04:24 -04:00
transparent splash logo & fix tab widget color glitch (#2256)
This commit is contained in:
parent
9390317a75
commit
42233e62df
10 changed files with 327 additions and 319 deletions
|
@ -52,7 +52,7 @@ void Tab::paint(Painter& painter) {
|
|||
painter.fill_rectangle({rect.left(), rect.top(), rect.width() - 8, rect.height()}, color);
|
||||
|
||||
if (!highlighted())
|
||||
painter.draw_hline({rect.left(), rect.top()}, rect.width() - 9, Theme::getInstance()->fg_light->foreground);
|
||||
painter.draw_hline({rect.left(), rect.top()}, rect.width() - 9, Theme::getInstance()->bg_light->background);
|
||||
|
||||
painter.draw_bitmap(
|
||||
{rect.right() - 8, rect.top()},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue