mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-10 13:09:55 +02:00
Media/Themes/Umami: Opaque fill entire title bar area in @umami_window_repaint
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user