fix mixer rect, textures popup, parallel abr import

This commit is contained in:
2019-02-15 16:02:52 +01:00
parent 945c51aa25
commit 49d9b17719
13 changed files with 135 additions and 71 deletions

View File

@@ -132,7 +132,7 @@ void App::init_sidebar()
Canvas::I->m_current_brush->load_texture(path, thumb);
stroke->m_preview->draw_stroke();
};
stroke->on_stencil_changed = [this](Node*target, const std::string& path, const std::string& thumb) {
stroke->on_texture_changed = [this](Node*target, const std::string& path, const std::string& thumb) {
Canvas::I->m_current_brush->load_stencil(path, thumb);
stroke->m_preview->draw_stroke();
};