fix onion change

This commit is contained in:
2019-11-10 15:16:02 +01:00
parent 802bce7383
commit ecdd17e811

View File

@@ -84,6 +84,7 @@ void NodePanelAnimation::init_controls()
m_onion->on_select = [this] (Node* target, int index) {
m_timeline->m_onion_size = m_onion->get_int();
Canvas::I->anim_update();
};
m_timeline->on_frame_changed = [this] (NodeAnimationTimeline* target, int frame) {