Suppress the drawing of the command view scrollbar
This commit is contained in:
parent
cb13afd749
commit
17434525e0
|
@ -288,5 +288,8 @@ function CommandView:draw()
|
|||
end
|
||||
end
|
||||
|
||||
-- Suppress the drawing of the scrollbar
|
||||
function CommandView:draw_scrollbar()
|
||||
end
|
||||
|
||||
return CommandView
|
||||
|
|
Loading…
Reference in New Issue