summaryrefslogtreecommitdiff
path: root/src/app.c
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-04 09:14:30 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-04 09:14:30 +0200
commit1d735299127aaf0474d8fc2a1c5ec4947c1dca9a (patch)
tree926f4d136a2799c5fcf62589259ede57c04c35a9 /src/app.c
parent2f6fd59952ce3d76b15a4b7b8f526e27edd39775 (diff)
Changing UI scaling at runtime
UI scaling factor is applied when closing the Preferences dialog. IssueID #83
Diffstat (limited to 'src/app.c')
-rw-r--r--src/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.c b/src/app.c
index b1036ffe..35a70f0b 100644
--- a/src/app.c
+++ b/src/app.c
@@ -914,7 +914,7 @@ void processEvents_App(enum iAppEventMode eventMode) {
914#if defined (iPlatformAppleDesktop) 914#if defined (iPlatformAppleDesktop)
915 handleCommand_MacOS(command_UserEvent(&ev)); 915 handleCommand_MacOS(command_UserEvent(&ev));
916#endif 916#endif
917 if (isCommand_UserEvent(&ev, "metrics.changed")) { 917 if (isMetricsChange_UserEvent(&ev)) {
918 arrange_Widget(d->window->root); 918 arrange_Widget(d->window->root);
919 } 919 }
920 if (!wasUsed) { 920 if (!wasUsed) {