forked from qt-creator/qt-creator
QmlProfiler: Fix lock icon in selection details
It didn't show the "locked" state anymore. Change-Id: Ia5f9e86bf265261c17ca1318bb166bbaf0414d78 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
This commit is contained in:
@@ -351,7 +351,7 @@ Rectangle {
|
||||
x: 200
|
||||
y: 25
|
||||
|
||||
property alias locked: content.selectionLocked
|
||||
locked: content.selectionLocked
|
||||
models: timelineModelAggregator.models
|
||||
notes: timelineModelAggregator.notes
|
||||
onRecenterOnItem: {
|
||||
|
||||
Reference in New Issue
Block a user