Changeset 297b1b3 in mainline for uspace/lib/ui/test/checkbox.c


Ignore:
Timestamp:
2021-08-13T15:58:50Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
320abf3
Parents:
307d4d2
Message:

Radio button text mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/test/checkbox.c

    r307d4d2 r297b1b3  
    194194        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    195195
    196         rc = ui_resource_create(gc, true, &resource);
     196        rc = ui_resource_create(gc, false, &resource);
    197197        PCUT_ASSERT_ERRNO_VAL(EOK, rc);
    198198        PCUT_ASSERT_NOT_NULL(resource);
Note: See TracChangeset for help on using the changeset viewer.