mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-14 08:36:39 +00:00
fix(Tracer): Missing support for StackLayout added
This commit is contained in:
parent
46a2e9c083
commit
2b1c9ff15e
@ -46,6 +46,7 @@ Rectangle {
|
||||
if (parent instanceof ColumnLayout
|
||||
|| parent instanceof RowLayout
|
||||
|| parent instanceof GridLayout
|
||||
|| parent instanceof StackLayout
|
||||
|| parent instanceof Column
|
||||
|| parent instanceof Row
|
||||
|| parent instanceof Grid
|
||||
|
Loading…
x
Reference in New Issue
Block a user