mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-24 06:48:24 -05:00
Fix macro group icon not being displayed correctly in OBS 31
This commit is contained in:
parent
9f15fbe47c
commit
37226a3a4c
|
|
@ -178,6 +178,7 @@ void MacroTreeItem::Update(bool force)
|
|||
QSizePolicy::Maximum);
|
||||
_expand->setMaximumSize(10, 16);
|
||||
_expand->setMinimumSize(10, 0);
|
||||
_expand->setProperty("class", "checkbox-icon indicator-expand");
|
||||
#ifdef __APPLE__
|
||||
_expand->setAttribute(Qt::WA_LayoutUsesWidgetRect);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user