YCAMInterlab / ofxTimeline

lightweight timeline tools for openFrameworks
270 stars 140 forks source link

setOffset does not work horizontally for elements. #75

Closed eelke closed 12 years ago

eelke commented 12 years ago

Simple example, in the simpleTimelineDemo project, at the end of the setup() function, add:

timeline.setWidth(500);
timeline.setOffset(ofVec2f(100,100));

and run the app.

Zoomer etc are placed correctly, but the elements are all aligned at the left side of the app.

obviousjim commented 12 years ago

should work now!