Commit 652d808
fix(ui): keep theme floor color on layer hover-exit
applyTheme set layer colors via repaintLayers(theme.floor) but never
updated the #floor_color input, which is the source of truth on the
picker priority path. Hover-exit repaint (repaintLayers() / Layer.getColor())
read the stale input and reverted layers to the dark default. Restore the
v2 behaviour of writing the theme floor into #floor_color.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 19789a8 commit 652d808
2 files changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
| |||
0 commit comments