Media/Themes/Umami: Opaque fill entire title bar area in @umami_window_repaint

This commit is contained in:
Alec Murphy 2025-05-02 15:52:22 -04:00
parent 36a74204bf
commit 391382e059

View file

@ -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));