Skip to content
GitLab
Menu
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
1fcb09c1
Commit
1fcb09c1
authored
Feb 11, 2010
by
Christiaan Janssen
Browse files
QmlDesigner.StatesEditor: Fixed crash when creating new state while renaming another state
parent
85d9c555
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/components/stateseditor/stateslist.qml
View file @
1fcb09c1
...
...
@@ -422,6 +422,8 @@ Rectangle {
MouseRegion
{
anchors.fill
:
parent
onClicked
:
{
// force close textinput
root
.
unFocus
();
if
(
root
.
currentStateIndex
==
0
)
root
.
createNewState
();
//create new state
else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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