Files
sporel-lib-core.panel/init.lua
Calic 89cd1727f6 fix: chromeless suppresses phantom close-button + top-tier modal swallows immediately
- chromeless=true now correctly suppresses the close-button hit-test.
  Previously, chromeless widgets had an invisible 26x26 close-zone
  at the top-right that could close the widget on accidental click.
  Affected map-editor.toolbar: the mode-pill at top-right overlapped
  the phantom zone and clicking it closed the toolbar.
- input_block="all" now swallows outside-clicks immediately, not
  just when no other widget claims the event. Previously, modal
  dialogs leaked clicks to lower-tier widgets behind them.
- register docstring lists chromeless opt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-15 02:43:46 +02:00

41 KiB