| 807 | } |
| 808 | |
| 809 | void LabelWidget::fontStrikeOutChanged(bool checked) { |
| 810 | CONDITIONAL_LOCK_RETURN; |
| 811 | |
| 812 | auto format = ui.teLabel->currentCharFormat(); |
| 813 | format.setFontStrikeOut(checked); |
| 814 | SETLABELTEXTPROPERTY(setCurrentCharFormat, format); |
| 815 | } |
| 816 | |
| 817 | void LabelWidget::fontSuperScriptChanged(bool checked) { |
| 818 | CONDITIONAL_LOCK_RETURN; |