mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-12-04 18:18:17 +00:00
Merge pull request #5 from TheBrokenRail/patch-4
Fix darlinghq/darling#670
This commit is contained in:
commit
e6398f0123
@ -2355,9 +2355,9 @@ static BOOL _allowsAutomaticWindowTabbing;
|
||||
return;
|
||||
_isVisible = visible;
|
||||
if (visible) {
|
||||
[_platformWindow showWindowWithoutActivation];
|
||||
[[self platformWindow] showWindowWithoutActivation];
|
||||
} else {
|
||||
[_platformWindow hideWindow];
|
||||
[[self platformWindow] hideWindow];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user