Changeset ba74416 in mainline
- Timestamp:
- 2021-08-01T15:11:06Z (3 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de38873
- Parents:
- 1e242121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/src/entry.c
r1e242121 rba74416 1091 1091 */ 1092 1092 if (x > geom.text_rect.p1.x) 1093 entry->scroll_pos -= x + 2- geom.text_rect.p1.x;1093 entry->scroll_pos -= x - geom.text_rect.p1.x; 1094 1094 1095 1095 width = gfx_text_width(res->font, entry->text);
Note:
See TracChangeset
for help on using the changeset viewer.