Hide help buttons in //sel selector box.

This commit is contained in:
wizjany
2019-04-29 17:38:26 -04:00
parent 6c21ae5c83
commit 8baf221c95
2 changed files with 17 additions and 5 deletions

View File

@ -619,6 +619,7 @@ public class SelectionCommands {
case UNKNOWN:
default:
CommandListBox box = new CommandListBox("Selection modes", null);
box.setHidingHelp(true);
TextComponentProducer contents = box.getContents();
contents.append(SubtleFormat.wrap("Select one of the modes below:")).newline();