You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
After implementing the undo-stack mixin into my model, I'm having problems with the changes not propagating throughout the interface. After a little debugging, I realized that using the mixin's functions made the model dirty—I've tried a plethora of different methods but I have been unable in saving/committing that model and having it notify others that it changed. Are there any solutions to this?
The text was updated successfully, but these errors were encountered:
Sorry, I passed the project on to a new developer a couple of months ago. I can look through my old project files to see if the issue is still there, granted if it have the time
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
After implementing the undo-stack mixin into my model, I'm having problems with the changes not propagating throughout the interface. After a little debugging, I realized that using the mixin's functions made the model dirty—I've tried a plethora of different methods but I have been unable in saving/committing that model and having it notify others that it changed. Are there any solutions to this?
The text was updated successfully, but these errors were encountered: