Suppress the drawing of the command view scrollbar

This commit is contained in:
Jipok 2021-12-19 23:48:20 +05:00
parent cb13afd749
commit 17434525e0
1 changed files with 3 additions and 0 deletions

View File

@ -288,5 +288,8 @@ function CommandView:draw()
end
end
-- Suppress the drawing of the scrollbar
function CommandView:draw_scrollbar()
end
return CommandView