File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,15 @@ muse::TranslatableString LayoutBreak::subtypeUserName() const
229229 return TConv::userName (layoutBreakType ());
230230}
231231
232+ // ---------------------------------------------------------
233+ // accessibleInfo
234+ // ---------------------------------------------------------
235+
236+ String LayoutBreak::accessibleInfo () const
237+ {
238+ return translatedSubtypeUserName ();
239+ }
240+
232241void LayoutBreak::added ()
233242{
234243 IF_ASSERT_FAILED (score ()) {
Original file line number Diff line number Diff line change @@ -73,6 +73,8 @@ class LayoutBreak final : public EngravingItem
7373 bool setProperty (Pid propertyId, const PropertyValue&) override ;
7474 PropertyValue propertyDefault (Pid) const override ;
7575
76+ String accessibleInfo () const override ;
77+
7678 char16_t iconCode () const ;
7779
7880 muse::draw::Font font () const ;
You can’t perform that action at this time.
0 commit comments