Changeset dbb42c9 in mainline for uspace/app/uidemo/uidemo.c


Ignore:
Timestamp:
2021-08-01T14:47:33Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1e242121
Parents:
5de71df
Message:

Scroll entry text when it is long

Whew! This is so much harder than it looks!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/uidemo/uidemo.c

    r5de71df rdbb42c9  
    129129                if (rc != EOK)
    130130                        printf("Error changing entry text.\n");
    131                 (void) ui_entry_paint(demo->entry);
    132131        } else {
    133132                rc = ui_entry_set_text(demo->entry, "Cancel pressed");
    134133                if (rc != EOK)
    135134                        printf("Error changing entry text.\n");
    136                 (void) ui_entry_paint(demo->entry);
    137135        }
    138136}
Note: See TracChangeset for help on using the changeset viewer.