fix mixer rect, textures popup, parallel abr import
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user