mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout of bug 432131
This commit is contained in:
commit
9a6cb24a22
@ -317,8 +317,6 @@
|
||||
} else if ([window isSheet]) {
|
||||
[TopLevelWindowData activateInWindow:window];
|
||||
}
|
||||
|
||||
[[window contentView] setNeedsDisplay:YES];
|
||||
}
|
||||
|
||||
- (void)windowResignedKey:(NSNotification*)inNotification
|
||||
@ -331,8 +329,6 @@
|
||||
} 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