Closed peterjschroeder closed 7 years ago
Merged, thanks! The example also updated in https://github.com/pfalcon/picotui/commit/b3216ee4a715d635f52bc6c96c0b705818c13631.
You're welcome.
I am currently trying to figure out how to update the ListBox list depending on the state of a DropBox. Changing listbox.items and redrawing in a signal handler doesn't seem to update it.
The signal change update was not working properly with ListBox. These 2 small changes fix that. I noticed self.choice is always 0 for this one. self.cur_line seems to be the right pointer.