make it use GetClientSize instead of GetMinSize for when resizing the panel (though at this point I don't think it's going to help anymore)
This commit is contained in:
parent
1302e65ee6
commit
e1a32f8eac
@ -191,7 +191,7 @@ void OBSBasic::OnResizePreview(wxSizeEvent &event)
|
||||
{
|
||||
event.Skip();
|
||||
|
||||
wxSize newSize = previewPanel->GetMinSize();
|
||||
wxSize newSize = previewPanel->GetClientSize();
|
||||
|
||||
graphics_t graphics = obs_graphics();
|
||||
if (graphics) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user