parent
832043fc7f
commit
f32f65bb1f
|
@ -2687,6 +2687,7 @@ void OBSBasic::CreateSourcePopupMenu(QListWidgetItem *item, bool preview)
|
||||||
|
|
||||||
void OBSBasic::on_sources_customContextMenuRequested(const QPoint &pos)
|
void OBSBasic::on_sources_customContextMenuRequested(const QPoint &pos)
|
||||||
{
|
{
|
||||||
|
if (ui->scenes->count())
|
||||||
CreateSourcePopupMenu(ui->sources->itemAt(pos), false);
|
CreateSourcePopupMenu(ui->sources->itemAt(pos), false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue