Open GoogleCodeExporter opened 8 years ago
ListBox signals itself closed (up-pointing arrow), but isnt.
Looks like items are just not drawn/updated correctly.
Original comment by Christop...@gmail.com
on 5 Sep 2012 at 8:38
[deleted comment]
have you tried to update your background during draw()?
Original comment by soj...@gmail.com
on 8 Sep 2012 at 5:10
Ok, replacing draw() above with:
public void draw() {
this.background( 0.3f );
}
works. Thanks!!
Original comment by Christop...@gmail.com
on 9 Sep 2012 at 9:24
Yes it works if you set a value for the background color but if you have other
elements such as images or shapes, they're all gone.. any solution for this?
Original comment by danny.ar...@gmail.com
on 28 Mar 2013 at 5:11
Original issue reported on code.google.com by
Christop...@gmail.com
on 5 Sep 2012 at 8:30