Skip to content
Snippets Groups Projects
Commit 6d8fe232 authored by George Nachman's avatar George Nachman
Browse files

Reset underline, URL code, and image flag in the default character used to erase. Issue 6105.

parent c6323c30
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1657,6 +1657,10 @@ static NSString *const kGridSizeKey = @"Size";
CopyForegroundColor(&c, fg);
CopyBackgroundColor(&c, bg);
 
c.underline = NO;
c.urlCode = 0;
c.image = 0;
return c;
}
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment