Skip to content

Commit e66c8f2

Browse files
committed
fix layout shoing no labels on keys
1 parent 1742596 commit e66c8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FingerPanel.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ else if ( (! show_MCC) &&
186186
if ( visibleKeys && keyElement != null) {
187187
add_key( subPanel, TEXT_DEFAULT, null, keyElement.getLabel(), emptyBorder);
188188
} else {
189-
add_key( subPanel, buttonBackground, FONT_LABEL, " ", emptyBorder);
189+
add_key( subPanel, buttonBackground, null, " ", emptyBorder);
190190
}
191191
/* We want to keep the "Buttons" around to 'highlight' */
192192
getButtons().add(subPanel);

0 commit comments

Comments
 (0)