Partially implement orderFrontRegardless

"Partially" because I'm almost certain that it needs more than just what `orderFront:` does. But this is good enough for now (certainly better than doing nothing).
This commit is contained in:
Ariel Abreu 2021-07-04 18:04:15 -04:00
parent 16206c19e0
commit d7cc4e3ff1
No known key found for this signature in database
GPG Key ID: D67AE16CCEA85B70

View File

@ -2206,7 +2206,8 @@ static BOOL _allowsAutomaticWindowTabbing;
}
- (void) orderFrontRegardless {
NSUnimplementedMethod();
// XXX: this should maybe do something extra?
[self orderFront: nil];
}
- (NSPoint) mouseLocationOutsideOfEventStream {