Use checked handles for app dialogs
This commit is contained in:
@@ -18,6 +18,13 @@ agent or engineer to remove them without reconstructing context from chat.
|
||||
|
||||
## Recent Reductions
|
||||
|
||||
- 2026-06-15: `DEBT-0058`/`DEBT-0063` were narrowed again. App-owned About,
|
||||
Changelog, User Manual, New Document, Open, Browse, Save, Resize, Layer
|
||||
Rename, and PPBR Export dialogs now open and close through checked overlay
|
||||
handles in `src/app_dialogs.cpp`, and the corresponding retained dialog nodes
|
||||
no longer self-destroy their cancel/OK buttons through
|
||||
`bind_legacy_click_destroys_node(...)`; menu/layout-owned popup families still
|
||||
remain on separate retained cleanup paths.
|
||||
- 2026-06-15: `DEBT-0036` was narrowed again. `NodeStrokePreview` now drops the
|
||||
retained pass-sequence, mix-execution, final-composite-request, background
|
||||
capture, and preview-copy wrapper structs/functions in favor of direct
|
||||
|
||||
Reference in New Issue
Block a user