Xcode versioning complete

This commit is contained in:
2018-09-17 00:28:07 +02:00
parent 0ea64accf3
commit 7793c2d2c4
3 changed files with 54 additions and 9 deletions

View File

@@ -465,7 +465,7 @@ static CVReturn MyDisplayLinkCallback(CVDisplayLinkRef displayLink, const CVTime
auto style = NSTitledWindowMask|NSMiniaturizableWindowMask|NSResizableWindowMask|NSClosableWindowMask;
window = [[Window alloc] initWithContentRect:r styleMask:style backing:NSBackingStoreBuffered defer:NO];
[window setDelegate:controller];
[window setTitle:@"PanoPainter 0.1.2 alpha"];
[window setTitle:[NSString stringWithUTF8String:g_window_title]];
[window center];
[window makeKeyAndOrderFront:controller];
[window setContentView:view];