X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;ds=inline;f=src%2Fjexer%2FTButton.java;h=83ff2d241f0c1c31dc27b45c65285c346f87b417;hb=36bad4f912f2b8180ffa25181f0d4900ea1f2a65;hp=9c0e98be0a799765a013f278f1575f5562389a35;hpb=e23ea53820244957b17a7000c6d3e1ff586f1ef0;p=fanfix.git diff --git a/src/jexer/TButton.java b/src/jexer/TButton.java index 9c0e98b..83ff2d2 100644 --- a/src/jexer/TButton.java +++ b/src/jexer/TButton.java @@ -253,7 +253,6 @@ public class TButton extends TWidget { putCharXY(1 + mnemonic.getShortcutIdx(), 0, mnemonic.getShortcut(), menuMnemonicColor); } - } }