Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
Elias Steurer
ScreenPlay
Commits
74db71d0
Commit
74db71d0
authored
Jan 07, 2021
by
Elias Steurer
🇪🇺
Browse files
Fix incorrect navigation state and index
parent
25a519ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
ScreenPlay/qml/Create/Sidebar.qml
View file @
74db71d0
...
...
@@ -160,7 +160,6 @@ Rectangle {
section.delegate
:
Item
{
height
:
60
Text
{
//verticalAlignment: Qt.AlignVCenter
anchors
{
bottom
:
parent
.
bottom
left
:
parent
.
left
...
...
@@ -184,6 +183,9 @@ Rectangle {
stackView
.
clear
(
StackView
.
PushTransition
)
stackView
.
push
(
"
qrc:/qml/Create/StartInfo.qml
"
)
listView
.
currentIndex
=
0
ScreenPlay
.
util
.
setNavigationActive
(
true
)
}
}
...
...
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