Skip to content

Commit

Permalink
fix #279572: can't disable 'size changes with spatium' from inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
jthistle committed Dec 7, 2018
1 parent 5e1a949 commit 86824b5
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 129 deletions.
2 changes: 1 addition & 1 deletion libmscore/textbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2165,7 +2165,7 @@ QString TextBase::subtypeName() const
// fragmentList
//---------------------------------------------------------

/**
/*
Return the text as a single list of TextFragment
Used by the MusicXML formatted export to avoid parsing the xml text format
*/
Expand Down
1 change: 1 addition & 0 deletions mscore/inspector/inspectorTextBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ InspectorTextBase::InspectorTextBase(QWidget* parent)
const std::vector<InspectorItem> iiList = {
{ Pid::FONT_FACE, 0, t.fontFace, t.resetFontFace },
{ Pid::FONT_SIZE, 0, t.fontSize, t.resetFontSize },
{ Pid::SIZE_SPATIUM_DEPENDENT, 0, t.spatiumDependent, t.resetSpatiumDependent },
{ Pid::FONT_STYLE, 0, t.fontStyle, t.resetFontStyle },
{ Pid::FRAME_TYPE, 0, t.frameType, t.resetFrameType },
{ Pid::FRAME_FG_COLOR, 0, t.frameColor, t.resetFrameColor },
Expand Down
Loading

0 comments on commit 86824b5

Please sign in to comment.