Commit ffbe7df
committed
Emit point_size_changed on commit
Ensure non-mouse or programmatic size changes also update the visual layer. Previously only point_size_commit_requested was emitted (for saving/persistence), which could leave visuals out-of-sync. This adds a call to point_size_changed.emit(int(value)) in _on_value_changed_commit to trigger an immediate visual update when the value is committed.1 parent cf8e6dd commit ffbe7df
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
0 commit comments