diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-21 10:59:31 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-04-21 10:59:31 +0300 |
commit | 8b12e6f56fddc4a10e74591ebf6d9af38a9f0bb5 (patch) | |
tree | 69f4c05062b2b95232161b8079fa289b1e3148f8 /src/ui | |
parent | 982b0250255624e6bdf8782dcd2e7cb512f0bd4d (diff) |
Window: "Use system theme" turned off inadvertently
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c index cf611e31..73590d7f 100644 --- a/src/ui/window.c +++ b/src/ui/window.c | |||
@@ -1630,7 +1630,7 @@ iBool isFullscreen_Window(const iWindow *d) { | |||
1630 | static void invalidate_Window_(iWindow *d) { | 1630 | static void invalidate_Window_(iWindow *d) { |
1631 | iUnused(d); | 1631 | iUnused(d); |
1632 | resetFonts_Text(); | 1632 | resetFonts_Text(); |
1633 | postCommand_App("theme.changed"); /* forces UI invalidation */ | 1633 | postCommand_App("theme.changed auto:1"); /* forces UI invalidation */ |
1634 | } | 1634 | } |
1635 | 1635 | ||
1636 | static iBool isNormalPlacement_Window_(const iWindow *d) { | 1636 | static iBool isNormalPlacement_Window_(const iWindow *d) { |