improve update_brush performance
This commit is contained in:
@@ -629,7 +629,7 @@ void NodePanelStroke::init_controls()
|
||||
b->m_tip_opacity = 1.f;
|
||||
Canvas::I->m_current_brush = b;
|
||||
update_controls();
|
||||
App::I->brush_update();
|
||||
App::I->brush_update(true, true);
|
||||
};
|
||||
|
||||
update_controls();
|
||||
|
||||
Reference in New Issue
Block a user