Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
fdd76835
Commit
fdd76835
authored
Apr 20, 2010
by
Marco Bubke
Committed by
Kai Koehne
Apr 20, 2010
Browse files
Fix crash for changing a value if a expression is assigned
Task-Number: BAUHAUS-617 Reviewed-by: kkoehne
parent
3d6560a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/instances/qmlpropertychangesnodeinstance.cpp
View file @
fdd76835
...
...
@@ -394,6 +394,9 @@ void QmlPropertyChangesObject::setVariantValue(const QString &name, const QVaria
}
QDeclarativeAction
&
qmlAction
=
qmlActionForProperty
(
name
);
if
(
qmlAction
.
fromBinding
)
qmlAction
.
fromBinding
->
setEnabled
(
false
,
QDeclarativePropertyPrivate
::
BypassInterceptor
|
QDeclarativePropertyPrivate
::
DontRemoveBinding
);
qmlAction
.
toValue
=
value
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment