testing color picker
This commit is contained in:
@@ -262,7 +262,7 @@ void NodeStrokePreview::draw_stroke_immediate()
|
||||
const auto& b = m_brush;
|
||||
|
||||
m_stroke.m_filter_points = false;
|
||||
m_stroke.m_max_size = m_size.y * .75f;
|
||||
m_stroke.m_max_size = m_max_size > 0 ? m_max_size : m_size.y * .75f;
|
||||
m_stroke.m_camera.fov = Canvas::I->m_cam_fov;
|
||||
m_stroke.m_camera.rot = Canvas::I->m_cam_rot;
|
||||
m_stroke.reset(true);
|
||||
|
||||
Reference in New Issue
Block a user