From c8b32df583b00e82aa411575bac8218d040d9f8b Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 14 Apr 2018 13:17:15 -0400 Subject: Call status after draw in gfx frontends --- bin/gfx/cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/gfx/cocoa.m') 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 -- cgit 1.4.1