parent
1df9d26575
commit
50c8c7307d
1 changed files with 2 additions and 2 deletions
|
|
@ -167,9 +167,9 @@ public class ConversationList.View : Gtk.ScrolledWindow, Geary.BaseInterface {
|
|||
|
||||
int index = row.get_index();
|
||||
if (scroll_type == Gtk.ScrollType.STEP_UP) {
|
||||
row = this.list.get_row_at_index(index + 1);
|
||||
} else {
|
||||
row = this.list.get_row_at_index(index - 1);
|
||||
} else {
|
||||
row = this.list.get_row_at_index(index + 1);
|
||||
}
|
||||
|
||||
if (row != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue