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
Graphics
Krita
Commits
adebed67
Commit
adebed67
authored
May 04, 2021
by
Sharaf Zaman
Browse files
Android: SAFE_ASSERT on TouchCancel event
parent
01514224
Changes
1
Hide whitespace changes
Inline
Side-by-side
libs/ui/input/kis_shortcut_matcher.cpp
View file @
adebed67
...
...
@@ -411,7 +411,9 @@ bool KisShortcutMatcher::touchEndEvent( QTouchEvent* event )
void
KisShortcutMatcher
::
touchCancelEvent
(
const
QPointF
&
localPos
)
{
m_d
->
usingTouch
=
false
;
forceEndRunningShortcut
(
localPos
);
if
(
m_d
->
runningShortcut
)
{
forceEndRunningShortcut
(
localPos
);
}
}
bool
KisShortcutMatcher
::
nativeGestureBeginEvent
(
QNativeGestureEvent
*
event
)
...
...
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