TimelineBody Is Zooming again now

This commit is contained in:
Michael R. Fisher 2011-10-10 18:01:10 -05:00
parent 540357de9f
commit d1f07d7088

View file

@ -306,6 +306,15 @@ TimelineBody::on_state_changed (shared_ptr<TimelineState> newState)
{
REQUIRE (newState);
timelineState = newState;
if(timelineState)
{
// Connect up some events
viewWindow().changed_signal().connect(
sigc::mem_fun(this, &TimelineBody::on_update_view) );
}
// Redraw
queue_draw();
}
void