Skip to content
Snippets Groups Projects
Commit efc58965 authored by Jim's avatar Jim
Browse files

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.
parent 895ad807
No related branches found
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment