diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-08 10:27:48 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-09-08 10:27:48 +0300 |
commit | 487ad42e3e1d038e5c0d196cb3c590bb8ffe4d50 (patch) | |
tree | 2d2ed2624b6b7767112884a112ff8a4087e7cc68 /src/app.c | |
parent | bc087ea05c4d1db19fcd3ce5c94a6795d94b3a26 (diff) |
LookupWidget: Item selection tweaks
Diffstat (limited to 'src/app.c')
-rw-r--r-- | src/app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -517,6 +517,7 @@ void postCommandf_App(const char *command, ...) { | |||
517 | } | 517 | } |
518 | 518 | ||
519 | iAny *findWidget_App(const char *id) { | 519 | iAny *findWidget_App(const char *id) { |
520 | if (!*id) return NULL; | ||
520 | return findChild_Widget(app_.window->root, id); | 521 | return findChild_Widget(app_.window->root, id); |
521 | } | 522 | } |
522 | 523 | ||