Changeset f6304727 in mainline for uspace/lib/ui
- Timestamp:
- 2026-03-08T21:20:30Z (9 days ago)
- Branches:
- master
- Children:
- 13277e3
- Parents:
- 01cd15bc
- File:
-
- 1 edited
-
uspace/lib/ui/src/list.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/list.c
r01cd15bc rf6304727 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2026 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 471 471 ui_list_scrollbar_rect(list, &srect); 472 472 ui_scrollbar_set_rect(list->scrollbar, &srect); 473 474 /* Make sure cursor stays on page after resize. */ 475 if (list->cursor != NULL) 476 ui_list_cursor_move(list, list->cursor, list->cursor_idx); 473 477 } 474 478
Note:
See TracChangeset
for help on using the changeset viewer.
