Skip to content
Snippets Groups Projects
Commit 9e5dc72b authored by Christiaan Janssen's avatar Christiaan Janssen
Browse files

QmlProfiler: fix repaint issues in timeline overview


Change-Id: I4db50cd61dd5c9741168a06831d08a3b54801ac6
Reviewed-by: default avatarKai Koehne <kai.koehne@nokia.com>
parent 80d148d3
No related branches found
No related tags found
No related merge requests found
......@@ -87,10 +87,10 @@ Canvas2D {
// ***** slots
onDrawRegion: {
if (dataAvailable)
Plotter.qmlEventList = qmlEventList;
if (dataAvailable) {
Plotter.plot(canvas, ctxt, region);
else {
Plotter.qmlEventList = qmlEventList;
} else {
Plotter.drawGraph(canvas, ctxt, region) //just draw the background
}
}
......
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