Stop in list at ends
This commit is contained in:
parent
2d5e2ad20e
commit
bb54cc89a6
1 changed files with 7 additions and 1 deletions
|
@ -458,8 +458,14 @@ public class Contacts.Sorted : Container {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (next_focus_child == null)
|
if (next_focus_child == null) {
|
||||||
|
if (direction == DirectionType.UP || direction == DirectionType.DOWN) {
|
||||||
|
error_bell ();
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
bool modify_selection_pressed = false;
|
bool modify_selection_pressed = false;
|
||||||
Gdk.ModifierType state;
|
Gdk.ModifierType state;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue