From e6cceeee3a1acedb14c0334c4e31d9af1e0a2f0d Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Sat, 16 Jul 2022 12:35:24 -0600 Subject: [PATCH] Fix drawing issue --- core/vertical_menu_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vertical_menu_view.js b/core/vertical_menu_view.js index 2252ec6d..aa196f80 100644 --- a/core/vertical_menu_view.js +++ b/core/vertical_menu_view.js @@ -100,7 +100,7 @@ function VerticalMenuView(options) { } text = `${sgr}${strUtil.pad( - text, + `${text}${this.styleSGR1}`, this.dimens.width, this.fillChar, this.justify