mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-22 04:05:39 +00:00
GT-2732 - Hovers - review fixes
This commit is contained in:
parent
e82796a4aa
commit
cee63184d0
@ -59,10 +59,10 @@ public class ColorAndStyle {
|
||||
public String toHtml(String text) {
|
||||
|
||||
String html = text;
|
||||
if (style == Font.BOLD) {
|
||||
if (isBold()) {
|
||||
html = HTMLUtilities.bold(html);
|
||||
}
|
||||
if (style == Font.ITALIC) {
|
||||
if (isItalic()) {
|
||||
html = HTMLUtilities.italic(html);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user