зеркало из https://github.com/mono/SkiaSharp.git
Quit the Mac app after the window is closed
This commit is contained in:
Родитель
871b9575bc
Коммит
8378c83cec
|
@ -19,6 +19,11 @@ namespace Skia.OSX.Demo
|
|||
{
|
||||
// Insert code here to tear down your application
|
||||
}
|
||||
|
||||
public override bool ApplicationShouldTerminateAfterLastWindowClosed (NSApplication sender)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче