MCPcopy Create free account
hub / github.com/KDE/labplot / fontStrikeOutChanged

Method fontStrikeOutChanged

src/frontend/widgets/LabelWidget.cpp:809–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807}
808
809void 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
817void LabelWidget::fontSuperScriptChanged(bool checked) {
818 CONDITIONAL_LOCK_RETURN;

Callers 1

Calls 1

setFontStrikeOutMethod · 0.80

Tested by 1