Skip to content

Conversation

@Annonnymmousss
Copy link
Contributor

Summary

Fix an issue where the “Make Path Editable” menu item could get stuck in a disabled state while the Path tool correctly allowed the action.

Problem

The Menu Bar and Path tool each tracked their own make_path_editable_is_allowed state. The Path tool updated correctly, but the Menu Bar was never notified, leaving the menu item out of sync.

Solution

Add a message-based update flow so the Path tool notifies the Menu Bar whenever the allowed state changes. The Menu Bar updates its state and redraws, keeping both UI entry points in sync.

Code todo list

Demo

sync-makepatheditablestate.mov

@Annonnymmousss
Copy link
Contributor Author

#3497 supersedes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant