0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

UI: Refresh edit menu on item locked signal

This commit is contained in:
gxalpha 2022-02-24 20:50:37 +01:00 committed by Matt Gajownik
parent eff0148dd7
commit 46f9a5a8b9

View File

@ -520,6 +520,7 @@ void SourceTreeItem::VisibilityChanged(bool visible)
void SourceTreeItem::LockedChanged(bool locked)
{
lock->setChecked(locked);
OBSBasic::Get()->UpdateEditMenu();
}
void SourceTreeItem::Renamed(const QString &name)