Skip to content

Commit

Permalink
remove unnecessary slotUpdate() call
Browse files Browse the repository at this point in the history
  • Loading branch information
danferns committed Jul 2, 2024
1 parent 5c7770e commit f19e550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/preferences/dialog/dlgprefcolors.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ void DlgPrefColors::slotKeyColorsEnabled(int i) {
m_bKeyColorsEnabled = static_cast<bool>(i);
BaseTrackTableModel::setKeyColorsEnabled(m_bKeyColorsEnabled);
m_pConfig->setValue(kKeyColorsEnabledConfigKey, bKeyColorsEnabled->checkState());
slotUpdate();
}

void DlgPrefColors::openColorPaletteEditor(
Expand Down

0 comments on commit f19e550

Please # to comment.