Fix offset spinboxes not updated - #34868
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (2)
Included review availability: Your plan provides up to 10 included reviews per hour; 9 remain after this review. 📝 WalkthroughWalkthrough
Priority: ➖ Normal Severity of issue fixed: Medium Merge Risk: ⚪ Minimal · up to Appearance offset controls now receive notation-change updates after text is dragged, keeping their displayed coordinates current. No merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Linked repositories: Public OSS repositories can only analyze public repositories installed in this organization. No linked repositories were analyzed; skipped Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Tested on MacOS Tahoe 26.2, Windows 11, Ubuntu 22.04.3. Approved |
Sorry, I missed that part, as in other project I contribute to I only need to check that I signed. Will fill in my username in the future. |
Resolves: #34867
GeneralSettingsModel::onNotationChanged(), the hook that fires on every score/property change never forwards to AppearanceSettingsModel, so the Offset fields only ever refreshed when driven from their own widget.
Fixed by forwarding the notification to both m_appearanceSettingsModel and m_playbackProxyModel, matching the pattern already used in onCurrentNotationChanged() just below it.
This makes the Offset spinboxes update after dragging text on the canvas.