gl/cocoa: NSView::drawRect() should call into reshape too
We a) need to render again because part of the window was obscured and b) might need to reshape because of clipping changes.
This commit is contained in:
parent
66cb4166d3
commit
0cd19cbda3
@ -530,6 +530,10 @@ resize_cb (gpointer data)
|
||||
gst_object_unref (context);
|
||||
}
|
||||
|
||||
- (void)drawRect: (NSRect)dirtyRect {
|
||||
[self reshape];
|
||||
}
|
||||
|
||||
- (void)reshape {
|
||||
GstGLWindow *window;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user