Merge pull request #12412 from FlachyJoe/suppressibleExt

Core: Create a SuppressibleExtension to provide the Suppressed property to all the WBs
This commit is contained in:
Chris Hennes
2024-02-26 10:53:46 -06:00
committed by GitHub
12 changed files with 391 additions and 0 deletions

View File

@@ -5072,6 +5072,9 @@ void DocumentObjectItem::setHighlight(bool set, Gui::HighlightMode high) {
case HighlightMode::Overlined:
f.setOverline(set);
break;
case HighlightMode::StrikeOut:
f.setStrikeOut(set);
break;
case HighlightMode::Blue:
highlight(QColor(200, 200, 255));
break;