Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change name of object, Navigator list does not update #24

Closed
macMikey opened this issue Jan 22, 2019 · 2 comments
Closed

Change name of object, Navigator list does not update #24

macMikey opened this issue Jan 22, 2019 · 2 comments

Comments

@macMikey
Copy link
Contributor

I have a button. It was called "button". I changed the name in the property list in navigator, then hit "close", but the object list didn't update with the new name

@gcanyon
Copy link
Owner

gcanyon commented Jan 22, 2019

Indeed, there are several places in Navigator where object name changes are made and don't trigger an update in Navigator. I'm looking at the update code now because updates get triggered too often, but I'll address this in the same effort.

That said, with the flexible display options in Navigator at this point, it's almost impossible to guarantee that the list stays up to date in all circumstances. For example, it would be easy to display an object's rect in Navigator's display, but it would be a monster headache to try to cause a list update in Navigator whenever an object's rect changes -- especially when it changes outside Navigator, say through dragging the control.

@gcanyon
Copy link
Owner

gcanyon commented Jan 27, 2019

I realized what you were actually describing was simpler than I imagined. I added an update message to the Navigator property editor's update code, and I think this should be fixed now with 7.2.1

@gcanyon gcanyon closed this as completed Jan 27, 2019
gcanyon added a commit that referenced this issue Jan 27, 2019
Fixes:
#27
#26
#24

Updates:
#19
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

No branches or pull requests

2 participants