diff --git a/src/toolkit.c b/src/toolkit.c index bb8f033..5849955 100644 --- a/src/toolkit.c +++ b/src/toolkit.c @@ -927,6 +927,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;