Reduce draw merge branch dispatch mismatch

This commit is contained in:
2026-06-15 23:14:32 +02:00
parent 360b1aa46b
commit 12cd9188e9
3 changed files with 8 additions and 2 deletions

View File

@@ -77,6 +77,9 @@ The same checked-overlay seam now also owns main-toolbar settings dialog
opening from `src/legacy_app_shell_services.cpp`, removing another raw
app-owned dialog insertion path while leaving the remaining retained dialog
families debt-tracked.
The stale `make_canvas_draw_merge_branch_dispatch(...)` forward declaration in
`src/canvas.cpp` now matches the existing 7-argument implementation, shrinking
the remaining draw-merge helper API mismatch while `STR-016` stays blocked.
The cloud browser dialog now also opens through that seam from
`src/legacy_cloud_services.cpp`, so the remaining cloud modernization debt is
now concentrated in retained background worker threads, transfer helpers,