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 a74c320..36282f3 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -209,7 +209,7 @@ namespace QuickMedia { void append_items(BodyItems new_items); // Returns the inserted position size_t insert_item_by_timestamp(std::shared_ptr<BodyItem> body_item); - // Note: also moves the selected item forward the number of items inserted before/after it (depending on attach_side) + // Note: keeps the selected item (moving the selected_item index if necessary) void insert_items_by_timestamps(BodyItems new_items); void clear_cache(); void clear_text_cache(); |