| Issue 1: | Constructors for the TouchScreenForm class need to call setters.... | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In V1.1 I forgot to make sure the various control lists are getting set to NULL. These lines should be in the constructors:
setLabels(NULL);
setButtons(NULL);
setCircleButtons(NULL);
setArrowButtons(NULL);
setSliders(NULL);
Next version will have the fix.
Jan 15, 2013
Project Member
#1
zpartic...@gmail.com
Status:
Fixed
|