From 17434525e04ef3f583318fac56bd947f36ca1f12 Mon Sep 17 00:00:00 2001 From: Jipok Date: Sun, 19 Dec 2021 23:48:20 +0500 Subject: [PATCH] Suppress the drawing of the command view scrollbar --- data/core/commandview.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/data/core/commandview.lua b/data/core/commandview.lua index b91f1394..f229e2be 100644 --- a/data/core/commandview.lua +++ b/data/core/commandview.lua @@ -288,5 +288,8 @@ function CommandView:draw() end end +-- Suppress the drawing of the scrollbar +function CommandView:draw_scrollbar() +end return CommandView