forked from qt-creator/qt-creator
Qml Profiler: Do toggle extended statistics when option is checked
Task-number: QTCREATORBUG-20778 Change-Id: I3390241c25ab7a87329bc8b20c49c32cf4c02944 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -167,7 +167,7 @@ void QmlProfilerStatisticsView::contextMenuEvent(QContextMenuEvent *ev)
|
||||
if (selectedAction == getGlobalStatsAction)
|
||||
emit showFullRange();
|
||||
if (selectedAction == showExtendedStatsAction)
|
||||
m_mainView->setShowExtendedStatistics(m_mainView->showExtendedStatistics());
|
||||
m_mainView->setShowExtendedStatistics(showExtendedStatsAction->isChecked());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user