fix initial direction

This commit is contained in:
2019-02-27 11:59:44 +01:00
parent d6501293e9
commit c33fcdf932
3 changed files with 13 additions and 9 deletions

View File

@@ -166,6 +166,7 @@ void NodePanelStroke::update_controls()
m_jitter_val->m_value.x = b->m_jitter_val;
m_jitter_aspect->m_value.x = b->m_jitter_aspect;
m_tip_angle_follow->checked = b->m_tip_angle_follow;
m_tip_angle_init->checked = b->m_tip_angle_init;
m_tip_flow_pressure->checked = b->m_tip_flow_pressure;
m_tip_size_pressure->checked = b->m_tip_size_pressure;
m_jitter_aspect_bothaxis->checked = b->m_jitter_aspect_bothaxis;