MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / on_comboLineHeight_currentIndexChanged

Method on_comboLineHeight_currentIndexChanged

src/WizPreferenceDialog.cpp:566–573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566void WizPreferenceWindow::on_comboLineHeight_currentIndexChanged(int index)
567{
568 if (m_biniting)
569 return;
570
571 QString LineHeight = ui->comboLineHeight->itemText(index);
572 updateEditorLineHeight(LineHeight, true);
573}
574
575void WizPreferenceWindow::on_btnResetLineHeight_clicked()
576{

Callers

nothing calls this directly

Calls 1

itemTextMethod · 0.45

Tested by

no test coverage detected