Rollback last quickfix

This commit is contained in:
Gregory John Casamento 2020-08-30 03:26:21 -04:00
parent ffee2f9560
commit 817374c50c

View file

@ -4149,11 +4149,7 @@ struct _DelegateWrapper
else if (NSInterfaceStyleForKey(@"NSMenuInterfaceStyle", nil) ==
NSWindows95InterfaceStyle)
{
// if we have no windows open, then shut down...
if ([self windows] == 0)
{
[self terminate: self];
}
[self terminate: self];
}
}