X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fmenu%2FTSubMenu.java;h=547711bcf5f4a39c3f261010f1be9ca0f960c174;hb=a69ed767c9c07cf35cf1c5f7821fc009cfe79cd2;hp=b61ca83cecbd0ff0af48b6d4cd05e60d4a3293f8;hpb=d625990deaa2c24624adc9fbd3fcab58891f5aef;p=nikiroo-utils.git diff --git a/src/jexer/menu/TSubMenu.java b/src/jexer/menu/TSubMenu.java index b61ca83..547711b 100644 --- a/src/jexer/menu/TSubMenu.java +++ b/src/jexer/menu/TSubMenu.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -163,8 +163,7 @@ public class TSubMenu extends TMenuItem { } // Add the arrow - getScreen().putCharXY(getWidth() - 2, 0, GraphicsChars.CP437[0x10], - menuColor); + putCharXY(getWidth() - 2, 0, GraphicsChars.CP437[0x10], menuColor); } /**