Move stroke commit input binding behind service helper

This commit is contained in:
2026-06-13 19:55:06 +02:00
parent 0c5522f272
commit 6220f333b9
4 changed files with 22 additions and 1 deletions

View File

@@ -543,7 +543,7 @@ static auto make_canvas_stroke_commit_callbacks(
{
const auto& b = current_stroke->m_brush;
auto bind_commit_inputs = [&](int i) {
pp::panopainter::bind_legacy_canvas_stroke_commit_inputs(
pp::panopainter::bind_legacy_canvas_stroke_commit_face_inputs(
sequence,
[&](int texture_slot) {
set_active_texture_unit(texture_slot);