mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-13 20:58:34 -05:00
Fix checkbox icon of groups in macro tree not being set on OBS 30.1.2
This change is necessary because of https://github.com/obsproject/obs-studio/pull/9584
This commit is contained in:
@@ -173,6 +173,7 @@ void MacroTreeItem::Update(bool force)
|
||||
|
||||
} else if (_type == Type::Group) {
|
||||
_expand = new SourceTreeSubItemCheckBox();
|
||||
_expand->setProperty("sourceTreeSubItem", true);
|
||||
_expand->setSizePolicy(QSizePolicy::Maximum,
|
||||
QSizePolicy::Maximum);
|
||||
_expand->setMaximumSize(10, 16);
|
||||
|
||||
Reference in New Issue
Block a user