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
// Running the application for the first time
Before: 0
After: 1// Save project, close application// Running the application for the second time
Before: 1
After: 1
Current Behavior:
// Running the application for the first time
Before: 0
After: 1// Save project, close application// Running the application for the second time
Failed to load item from element tagged "SettingsScope"
Before: 0
After: 1
The text was updated successfully, but these errors were encountered:
Shadowigor
pushed a commit
to Shadowigor/itemframework
that referenced
this issue
Dec 12, 2017
…pe of the project.
The problem was, that the AbstractProject searched for the SettingsScope tag one layer too high. It forgot that it has to enter the project tag first.
Settings that are saved on a project level, cannot be loaded again.
How to reproduce
Run this code after the item got the proper parentScope() (e.g. in the parentScopeChanged() slot):
Expected Behavior
Current Behavior:
The text was updated successfully, but these errors were encountered: