fixed #19432: Setting the parent for rootItem to correctly define accessibleRoot
see AccessibleItem::accessibleRoot()
This commit is contained in:
parent
13778116bf
commit
54fcf5743a
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ Score::Score()
|
|||
m_style = DefaultStyle::defaultStyle();
|
||||
|
||||
m_rootItem = new RootItem(this);
|
||||
m_rootItem->setParent(this);
|
||||
m_rootItem->init();
|
||||
|
||||
//! NOTE Looks like a bug, `minimumPaddingUnit` is set using the default style's spatium value
|
||||
|
|
Loading…
Reference in a new issue