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