Remove processEvents
This doesn't really have a purpose, and appears to cause issues for faruton's plugin, so removing it for the time being.
This commit is contained in:
@@ -162,7 +162,6 @@ void OBSBasicProperties::Init()
|
||||
gs_init_data init_data = {};
|
||||
|
||||
show();
|
||||
App()->processEvents();
|
||||
|
||||
QSize previewSize = GetPixelSize(ui->preview);
|
||||
init_data.cx = uint32_t(previewSize.width());
|
||||
|
Reference in New Issue
Block a user