mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2025-02-17 01:58:20 +00:00
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:
parent
16206c19e0
commit
d7cc4e3ff1
@ -2206,7 +2206,8 @@ static BOOL _allowsAutomaticWindowTabbing;
|
||||
}
|
||||
|
||||
- (void) orderFrontRegardless {
|
||||
NSUnimplementedMethod();
|
||||
// XXX: this should maybe do something extra?
|
||||
[self orderFront: nil];
|
||||
}
|
||||
|
||||
- (NSPoint) mouseLocationOutsideOfEventStream {
|
||||
|
Loading…
x
Reference in New Issue
Block a user