mac setup window: Fix stack overflow

This commit is contained in:
Hylke Bons 2016-04-10 22:59:30 -07:00
parent dc2a78ba64
commit 903778e71c

View file

@ -124,7 +124,8 @@ namespace SparkleShare {
NSApplication.SharedApplication.AddWindowsItem (this, "SparkleShare Setup", false);
NSApplication.SharedApplication.ActivateIgnoringOtherApps (true);
MakeKeyAndOrderFront (this);
OrderFrontRegardless ();
base.OrderFrontRegardless ();
}