summary refs log tree commit diff
path: root/bin/gfx/cocoa.m
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-04-14 13:17:15 -0400
committerJune McEnroe <june@causal.agency>2018-04-14 13:17:15 -0400
commitc8b32df583b00e82aa411575bac8218d040d9f8b (patch)
treeff797501ed158968428797256498fb71a876a0c4 /bin/gfx/cocoa.m
parentSample at the centre of the pixel in brot (diff)
downloadsrc-c8b32df583b00e82aa411575bac8218d040d9f8b.tar.gz
src-c8b32df583b00e82aa411575bac8218d040d9f8b.zip
Call status after draw in gfx frontends
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 91fce3db..495b1f9f 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