X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTField.java;h=1a706b16db6c2a33a928cc4d543497ac09764cec;hb=d8dc8aea32a07a0653933700f1abadc7776b013f;hp=6aaf5912497659bfa3b3b07fc0ff1e64743ba0ad;hpb=6cdd4553f20b84586df10e5f8319b6462bf3bd41;p=fanfix.git diff --git a/src/jexer/TField.java b/src/jexer/TField.java index 6aaf591..1a706b1 100644 --- a/src/jexer/TField.java +++ b/src/jexer/TField.java @@ -378,6 +378,17 @@ public class TField extends TWidget { // TWidget ---------------------------------------------------------------- // ------------------------------------------------------------------------ + /** + * Override TWidget's height: we can only set height at construction + * time. + * + * @param height new widget height (ignored) + */ + @Override + public void setHeight(final int height) { + // Do nothing + } + /** * Draw the text field. */