[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;
|
Widget* wgt;
|
||||||
|
|
||||||
/* Get the widget. */
|
/* Get the widget. */
|
||||||
|
wgt = window_getwgt(wid, name);
|
||||||
if(wgt == NULL)
|
if(wgt == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user