mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Ensures proper propagation of will_change_owner.
This commit is contained in:
parent
4758bc8615
commit
cecdf8584a
@ -1144,7 +1144,7 @@ using BufferingScanTarget = Outputs::Display::BufferingScanTarget;
|
||||
}
|
||||
|
||||
- (void)willChangeOwner {
|
||||
_scanTarget.ScanTarget::will_change_owner();
|
||||
self.scanTarget->will_change_owner();
|
||||
}
|
||||
|
||||
- (NSBitmapImageRep *)imageRepresentation {
|
||||
|
Loading…
x
Reference in New Issue
Block a user