QmlProfiler: Don't connect all the binding loop markers in Overview

It's a good idea to start a new path for each of them. They're quite
unrelated after all ...

Task-number: QTCREATORBUG-11099
Change-Id: Id47e482b948a0827018c71ddc8d13e2e69829bc4
Reviewed-by: Kai Koehne <kai.koehne@digia.com>
This commit is contained in:
Ulf Hermann
2013-12-16 17:41:21 +01:00
parent 5332f35dfb
commit 00704e3494

View File

@@ -97,6 +97,7 @@ function drawData(canvas, ctxt, region)
var ycenter = Math.round(bump + (modelRowStart +
qmlProfilerModelProxy.getEventCategoryInModel(modelIndex, ii)) *
blockHeight + blockHeight/2);
ctxt.beginPath();
ctxt.arc(xcenter, ycenter, radius, 0, 2*Math.PI, true);
ctxt.stroke();
}