UI: Fix crash when opening transition Properties dialog
Crash was introduced in ae4797f8cc. It seems with that change, this function call is no longer necessary.
This commit is contained in:
parent
046d98d871
commit
ffc55b2d3a
@ -115,7 +115,6 @@ OBSBasicProperties::OBSBasicProperties(QWidget *parent, OBSSource source_)
|
|||||||
layout()->addWidget(windowSplitter);
|
layout()->addWidget(windowSplitter);
|
||||||
|
|
||||||
if (type == OBS_SOURCE_TYPE_TRANSITION) {
|
if (type == OBS_SOURCE_TYPE_TRANSITION) {
|
||||||
AddPreviewButton();
|
|
||||||
connect(view, SIGNAL(PropertiesRefreshed()), this,
|
connect(view, SIGNAL(PropertiesRefreshed()), this,
|
||||||
SLOT(AddPreviewButton()));
|
SLOT(AddPreviewButton()));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user