[Fix] Oops, I completely failed to get the input widgets.
This commit is contained in:
parent
81ae76236c
commit
5513a991a5
@ -925,6 +925,7 @@ char* window_getInput(const unsigned int wid, char* name) {
|
||||
Widget* wgt;
|
||||
|
||||
/* Get the widget. */
|
||||
wgt = window_getwgt(wid, name);
|
||||
if(wgt == NULL)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user