improving brush tips browser, average stroke direction

This commit is contained in:
2019-01-31 13:56:54 +01:00
parent ff633eb2c8
commit c451acb6bc
8 changed files with 61 additions and 26 deletions

View File

@@ -411,6 +411,9 @@ void Canvas::stroke_draw()
for (const auto& s : samples)
{
if (!s.valid())
continue;
if (m_mixer_idle)
{
m_mixer_sample = s;