diff options
Diffstat (limited to 'src/ui/window.c')
-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) { |