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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user