summaryrefslogtreecommitdiff
path: root/src/ui/window.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-04 09:55:50 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-04 09:55:50 +0200
commit099aa4c9f0a6846dcea8e0026c9067bc00f643cc (patch)
treecc567839c3f4bb8389dc855fd36301c33a9eeded /src/ui/window.c
parent7a61d6f3ca8241dd5d27055b9540eed07f83c3b0 (diff)
Windows: Fixed build; updated release notes
Diffstat (limited to 'src/ui/window.c')
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 78aa87dd..60813312 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -896,7 +896,7 @@ static void setupUserInterface_Window(iWindow *d) {
896 addChildFlags_Widget(winBar, 896 addChildFlags_Widget(winBar,
897 iClob(appClose = newLargeIcon_LabelWidget("\u2a2f", "window.close")), 897 iClob(appClose = newLargeIcon_LabelWidget("\u2a2f", "window.close")),
898 frameless_WidgetFlag); 898 frameless_WidgetFlag);
899 setId_Widget(appClose, "winbar.close"); 899 setId_Widget(as_Widget(appClose), "winbar.close");
900 setFont_LabelWidget(appClose, uiContent_FontId); 900 setFont_LabelWidget(appClose, uiContent_FontId);
901 addChild_Widget(div, iClob(winBar)); 901 addChild_Widget(div, iClob(winBar));
902 setBackgroundColor_Widget(winBar, uiBackground_ColorId); 902 setBackgroundColor_Widget(winBar, uiBackground_ColorId);