Method: Roby::Log::ChronicleDisplay#vscroll

Defined in:
lib/roby/log/chronicle.rb

#vscroll(user = true) ⇒ Object



84
85
86
87
88
89
# File 'lib/roby/log/chronicle.rb', line 84

def vscroll(user = true)
    if user
 scrollbar = ui.graphics.verticalScrollBar
 @display_follows_new_tasks = (scrollbar.maximum == scrollbar.value)
    end
end