summary refs log tree commit diff
path: root/bin/gfx/cocoa.m
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gfx/cocoa.m')
-rw-r--r--bin/gfx/cocoa.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gfx/cocoa.m b/bin/gfx/cocoa.m
index 4837a386..54f39e62 100644
--- a/bin/gfx/cocoa.m
+++ b/bin/gfx/cocoa.m
@@ -95,8 +95,8 @@
         if (!input(in)) {
             [NSApp terminate: self];
         }
-        [self setWindowTitle];
         [self draw];
+        [self setWindowTitle];
     }
 }
 @end