mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 432131 – [10.4] Slight delay / flash / lag when window loses focus. r=josh, sr=roc
This commit is contained in:
parent
762605559c
commit
2f5d970665
@ -317,6 +317,8 @@
|
||||
} else if ([window isSheet]) {
|
||||
[TopLevelWindowData activateInWindow:window];
|
||||
}
|
||||
|
||||
[[window contentView] setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
- (void)windowResignedKey:(NSNotification*)inNotification
|
||||
@ -329,6 +331,8 @@
|
||||
} else if ([window isSheet]) {
|
||||
[TopLevelWindowData deactivateInWindow:window];
|
||||
}
|
||||
|
||||
[[window contentView] setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
// The appearance of a top-level window depends on its main state (not its key
|
||||
|
Loading…
Reference in New Issue
Block a user