UI: Add copying/pasting of sources/filters

Closes jp9000/obs-studio#860
This commit is contained in:
cg2121
2017-03-25 04:19:29 -07:00
committed by jp9000
parent 1ef7a48e9c
commit bcd491a3d6
7 changed files with 184 additions and 2 deletions

View File

@@ -225,6 +225,8 @@ void OBSBasic::RefreshSceneCollections()
OBSBasic *main = reinterpret_cast<OBSBasic*>(App()->GetMainWindow());
main->OpenSavedProjectors();
main->ui->actionPasteRef->setEnabled(false);
main->ui->actionPasteDup->setEnabled(false);
}
void OBSBasic::on_actionNewSceneCollection_triggered()