Skip to content

Commit

Permalink
Fix macro group icon not being displayed correctly in OBS 31
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmUpTill committed Oct 31, 2024
1 parent 9f15fbe commit c187feb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/macro/macro-tree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c187feb

Please sign in to comment.