forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/3.3'
This commit is contained in:
@@ -98,7 +98,7 @@ Item {
|
||||
id: dragArea
|
||||
anchors.fill: txt
|
||||
drag.target: dragger
|
||||
cursorShape: dragging ? Qt.DragMoveCursor : Qt.OpenHandCursor
|
||||
cursorShape: dragging ? Qt.ClosedHandCursor : Qt.OpenHandCursor
|
||||
}
|
||||
|
||||
DropArea {
|
||||
|
||||
@@ -371,6 +371,8 @@ void TimelineRenderer::drawNotes(QPainter *p)
|
||||
if (managerIndex == -1)
|
||||
continue;
|
||||
int modelIndex = m_profilerModelProxy->modelIndexFromManagerIndex(managerIndex);
|
||||
if (m_profilerModelProxy->hidden(modelIndex))
|
||||
continue;
|
||||
int eventIndex = notes->timelineIndex(i);
|
||||
int row = m_profilerModelProxy->row(modelIndex, eventIndex);
|
||||
int rowHeight = m_profilerModelProxy->rowHeight(modelIndex, row);
|
||||
|
||||
Reference in New Issue
Block a user