Skip to content

Commit 742f559

Browse files
committed
Ensure chord list in property panel is updated after click reset button
1 parent 87e54e7 commit 742f559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector/models/notation/frames/fretframe/fretframechordssettingsmodel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ void FretFrameChordsSettingsModel::requestElements()
6060
void FretFrameChordsSettingsModel::loadProperties()
6161
{
6262
loadProperties({ Pid::FRET_FRAME_DIAGRAMS_ORDER });
63+
m_chordListModel->load();
6364
}
6465

6566
void FretFrameChordsSettingsModel::resetProperties()

0 commit comments

Comments
 (0)