Commit 48e5669
[KBM] Fix Action panel not showing for Text Expand trigger type
Replace XAML binding on SwitchPresenter.Value with code-behind sync
to avoid binding/direct-assignment conflict when ComboBox items are
dynamically replaced for the Expand trigger type.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent a67cfd7 commit 48e5669
File tree
2 files changed
+7
-1
lines changed- src/modules/keyboardmanager/KeyboardManagerEditorUI/Controls
2 files changed
+7
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
261 | 267 | | |
262 | 268 | | |
263 | 269 | | |
| |||
0 commit comments