| 564 | } |
| 565 | |
| 566 | void 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 | |
| 575 | void WizPreferenceWindow::on_btnResetLineHeight_clicked() |
| 576 | { |