diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Body.hpp b/include/Body.hpp index 36282f3..a7b0045 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -202,7 +202,7 @@ namespace QuickMedia { // Returns -1 if item can't be found int get_index_by_body_item(BodyItem *body_item); - void select_first_item(); + void select_first_item(bool reset_page_scroll = true); void select_last_item(); void clear_items(); void prepend_items_reverse(BodyItems new_items); |