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
5a7a6ed2
Commit
5a7a6ed2
authored
Apr 19, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: fixes reset glitch
parent
5658daa1
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/ExtendedFunctionButton.qml
View file @
5a7a6ed2
...
...
@@ -64,7 +64,10 @@ QToolButton {
text
:
qsTr
(
"
Reset
"
)
visible
:
backendValue
.
isInSubState
||
backendValue
.
isInModel
onTriggered
:
{
backendValue
.
resetValue
();
transaction
.
start
();
backendValue
.
resetValue
();
backendValue
.
resetValue
();
transaction
.
end
();
}
},
...
...
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