MCPcopy Create free account
hub / github.com/YCAMInterlab/Duration / viewWasResized

Method viewWasResized

Duration/src/ofxTLUIHeader.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168void ofxTLUIHeader::viewWasResized(ofEventArgs& args){
169 gui->getRect()->y = trackHeader->getDrawRect().y; //TWEAK to get on the header
170 gui->getRect()->x = trackHeader->getTimeline()->getTopRight().x - (gui->getRect()->width + 50);
171}
172
173//void ofxTLUIHeader::setMinFrequency(int frequency){
174//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected