浏览代码

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 年之前
父节点
当前提交
efc589653f
共有 1 个文件被更改,包括 0 次插入1 次删除
  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());