Kaydet (Commit) a7082e56 authored tarafından Martin van Zijl's avatar Martin van Zijl Kaydeden (comit) Samuel Mehrbrodt

tdf#38101 remove highlight after using format painter

Change-Id: I631fd1357c7b066eaad98f5b2f0950f59330330e
Reviewed-on: https://gerrit.libreoffice.org/64904
Tested-by: Jenkins
Reviewed-by: 's avatarSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
üst 9a7d9366
......@@ -4730,6 +4730,9 @@ void SwEditWin::MouseButtonUp(const MouseEvent& rMEvt)
//if the clipboard is empty after paste remove the ApplyTemplate
if(!pFormatClipboard->HasContent())
SetApplyTemplate(SwApplyTemplate());
//tdf#38101 remove temporary highlighting
m_pUserMarker.reset();
}
else if( m_pApplyTempl->nColor )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment