ScriptBehavior fix #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "scriptbehavior_fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Don't compare QQmlScriptString before setting it. There seems to be a bug in Qt when getting the scriptString from QML that breaks comparison. Setting it does actually work though. This fixes
issue #22.