Implement ExitApplication() for GTK engine
This commit is contained in:
parent
adfd43180e
commit
317cdc5c21
@ -16,6 +16,11 @@ namespace UniversalEditor.Environments.GTK
|
||||
Application.Run ();
|
||||
}
|
||||
|
||||
public override void ExitApplication ()
|
||||
{
|
||||
Application.Quit ();
|
||||
}
|
||||
|
||||
protected override UniversalEditor.UserInterface.IHostApplicationWindow OpenWindowInternal (params string[] FileNames)
|
||||
{
|
||||
MainWindow mw = new MainWindow();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user