Index: gc_core/py/lang_core/gc_engine.py ================================================================== --- gc_core/py/lang_core/gc_engine.py +++ gc_core/py/lang_core/gc_engine.py @@ -662,12 +662,12 @@ xErr.aShortComment = sMessage # sMessage.split("|")[0] # in context menu xErr.aFullComment = sMessage # sMessage.split("|")[-1] # in dialog xErr.aSuggestions = tuple(lSugg) # Properties lProperties = [ - PropertyValue(Name="LineType", Value=18) # WAVE: 10, DASH: 5, BOLD: 12, BOLDWAVE: 18 https://api.libreoffice.org/docs/idl/ref/FontUnderline_8idl.html - PropertyValue(Name="LineColor", Value=_dOptionsColors.get(sOption, 33023)), + PropertyValue(Name="LineType", Value=18), # WAVE: 10, DASH: 5, BOLD: 12, BOLDWAVE: 18 https://api.libreoffice.org/docs/idl/ref/FontUnderline_8idl.html + PropertyValue(Name="LineColor", Value=_dOptionsColors.get(sOption, 33023)) ] if sURL: lProperties.append(PropertyValue(Name="FullCommentURL", Value=sURL)) xErr.aProperties = lProperties return xErr