move presets panel out of stroke panel, implement brush buttons in quick panel

This commit is contained in:
2019-03-05 17:49:14 +01:00
parent 1f794a6811
commit 1cbe9a4a76
10 changed files with 141 additions and 38 deletions

View File

@@ -686,6 +686,7 @@ void App::terminate()
color.reset();
stroke.reset();
grid.reset();
presets.reset();
rec_stop();
}