mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-06-07 07:15:17 -04:00
UI: Refresh edit menu on item locked signal
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user