| 166 | } |
| 167 | |
| 168 | void 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 | // |
nothing calls this directly
no outgoing calls
no test coverage detected