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
Frameworks
Kirigami
Commits
8eaf0319
Commit
8eaf0319
authored
Nov 14, 2018
by
Marco Martin
Browse files
change index on pressed, not on clicked
click events aren't eated anymore
BUG:400518
parent
9b56c6c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/controls/PageRow.qml
View file @
8eaf0319
...
...
@@ -705,7 +705,7 @@ T.Control {
}
property
Item
owner
drag.filterChildren
:
true
on
Click
ed
:
{
on
Press
ed
:
{
switch
(
mouse
.
button
)
{
case
Qt
.
BackButton
:
root
.
flickBack
();
...
...
@@ -717,6 +717,7 @@ T.Control {
root
.
currentIndex
=
level
;
break
;
}
event
.
accepted
=
false
;
}
onFocusChanged
:
{
if
(
focus
)
{
...
...
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