Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flatpak-qt-creator
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
53db20f4
Commit
53db20f4
authored
Jan 07, 2010
by
Thomas Hartmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qml Designer: states editor - circumvent a crash
parent
418fda61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/plugins/qmldesigner/components/stateseditor/stateslist.qml
...lugins/qmldesigner/components/stateseditor/stateslist.qml
+3
-2
No files found.
src/plugins/qmldesigner/components/stateseditor/stateslist.qml
View file @
53db20f4
...
...
@@ -27,7 +27,8 @@ Rectangle {
signal
:
"
changedToState(n)
"
script
:
{
root
.
currentStateIndex
=
n
}
}
Item
{
id
:
focusStealer
}
Flickable
{
id
:
listView
...
...
@@ -93,7 +94,7 @@ Rectangle {
anchors.fill
:
container
onClicked
:
{
root
.
currentStateIndex
=
index
focus
=
true
;
// steal focus from textinput
ocusStealer
.
focus
=
true
;
// steal focus from textinput
}
}
...
...
Write
Preview
Markdown
is supported
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