Centralize retained drag capture release

This commit is contained in:
2026-06-12 16:09:19 +02:00
parent 22748d9967
commit 9ac2c541dc
8 changed files with 31 additions and 16 deletions

View File

@@ -550,6 +550,11 @@ agent or engineer to remove them without reconstructing context from chat.
- 2026-06-12: DEBT-0063 was narrowed again. `NodePopupMenu` mouse-up release and
destroy now route through the retained popup close helper in
`src/legacy_ui_overlay_services.*`.
- 2026-06-12: DEBT-0063 was narrowed again. Layer-row, animation-timeline, and
heightmap-overlay drag release paths now route mouse-capture release through
`src/legacy_ui_overlay_services.*`, and brush/grid progress or recovery
message dialogs now use the retained dialog close helper instead of direct
`destroy()` calls. Checked handles and scoped callback ownership remain open.
- 2026-06-05: DEBT-0011 was narrowed. The Windows app package smoke target now
passes the configure-time CMake executable into `package-smoke.ps1`, so VS
2026 generator validation does not depend on an older `cmake` on PATH, and