Browse Source

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.
jp9000 11 years ago
parent
commit
efc589653f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      obs/window-basic-properties.cpp

+ 0 - 1
obs/window-basic-properties.cpp

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