Skip to content
Snippets Groups Projects
Commit 1b5648b5 authored by Aurindam Jana's avatar Aurindam Jana
Browse files

CrumblePath: Fix Crash


QWidget::mousePressEvent() closes the widget if the position is
not within the rect. A subsequent call to update() amounts to
accessing potentially corrupt memory. Hence call update() before
calling QWidget::mousePressEvent().

Change-Id: I850471d3a1dfdb0a4f0541a69fd2f239dbf8b5fa
Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent 30fc5d56
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment