Sergio Basurco

Results 2 comments of Sergio Basurco

Just to add info, I actually need the headerOnStart because if my application crashes (we can only hope) the footer is never printed. If the footer was printed even if...

This happens to me with the ofxUIScrollableCanvas, quick fix: ``` c++ void ofxUIScrollableCanvas::mousePressed(int x, int y, int button) { if(sRect->inside(x, y)) { hit = true; for(vector::iterator it = widgets.begin(); it...