mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
correct font sizing when copying as HTML
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@ public class HtmlCopyPasteProcessor extends BaseTextWithMarkupCopyPasteProcessor
|
||||
appendColor(myBuilder, myDefaultBackground);
|
||||
myBuilder.append(';');
|
||||
appendFontFamilyRule(myBuilder, myDefaultFontFamily);
|
||||
myBuilder.append("font-size:").append(myFontSize).append(';');
|
||||
myBuilder.append("font-size:").append(myFontSize).append("pt;");
|
||||
myBuilder.append("\" bgcolor=\"");
|
||||
appendColor(myBuilder, myDefaultBackground);
|
||||
myBuilder.append("\">");
|
||||
|
||||
Reference in New Issue
Block a user