fix(Tracer): Set high z order to avoid overlapping
In some cases, when used inside Dialog and layout, tracer was located under other components and was therefore invisible.
This commit is contained in:
parent
bd6dc02162
commit
05b6420f83
|
@ -5,6 +5,7 @@ import QtQuick.Layouts 1.14
|
|||
Rectangle {
|
||||
id: root
|
||||
|
||||
z: 1000
|
||||
border.color: 'red'
|
||||
color: 'transparent'
|
||||
|
||||
|
|
Loading…
Reference in New Issue