Media/Themes/Umami: Opaque fill entire title bar area in @umami_window_repaint
This commit is contained in:
parent
36a74204bf
commit
391382e059
1 changed files with 1 additions and 0 deletions
|
@ -1509,6 +1509,7 @@ U0 @umami_window_repaint(Window* win, I64 event)
|
|||
title_bar_y = 4;
|
||||
title_bar_width = win->width - 8;
|
||||
|
||||
ctx->fill_rect(4, 4, win->width - 8, 16, Color(204, 204, 204, win->opacity));
|
||||
if (@gui_window_flag_is_set(win, WIN_FLAGS_ICON)) {
|
||||
if (win->icon) {
|
||||
MemCpy(&tmpctx, win->icon, sizeof(Context2D));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue