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:
jp9000
2014-09-04 15:19:01 -07:00
parent 895ad80759
commit efc589653f

View File

@@ -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());