forked from qt-creator/qt-creator
QmlProfiler: optimizations in canvas repaint
Change-Id: I866f8941129c5a42256f40dca4e4c4fe15b5a760 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
@@ -46,7 +46,7 @@ Item {
|
||||
var rE = labels.rowExpanded;
|
||||
rE[typeIndex] = expanded;
|
||||
labels.rowExpanded = rE;
|
||||
backgroundMarks.requestPaint();
|
||||
backgroundMarks.requestRedraw();
|
||||
view.rowExpanded(typeIndex, expanded);
|
||||
updateHeight();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user