Skip to content

Commit b7deca8

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fixgenerateButton
* upstream/master: Fix showing multiple icons for one menu entry - fixes #4384 (#4392)
2 parents d08da62 + e76a287 commit b7deca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jabref/gui/icon/InternalMaterialDesignIcon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public Icon getSmallIcon() {
5757
public Node getGraphicNode() {
5858
GlyphIcons icon = icons.get(0);
5959

60-
Text text = new Text(icon.unicode());
60+
Text text = new Text(unicode);
6161
text.getStyleClass().add("glyph-icon");
6262
text.setStyle(String.format("-fx-font-family: %s;", icon.fontFamily()));
6363

0 commit comments

Comments
 (0)