GNOME Bugzilla – Bug 705126
Fix logic for scrolling treeview to the bottom
Last modified: 2013-07-30 21:25:22 UTC
Currently, I'm experiencing from time to time seemingly random jumps to the end of the process list. I found out it happens when new processes are added, the patch attached fixes it.
Created attachment 250436 [details] [review] Fix logic for scrolling treeview to the bottom It should scroll when the treeview was already scrolled to the bottom (i.e. last_vscroll_value == last_vscroll_max). While touching it, fix style and simplify a conditional.
Attachment 250436 [details] pushed as c46bf03 - Fix logic for scrolling treeview to the bottom