Esri / Trek2There

Trek2There™
Apache License 2.0
10 stars 5 forks source link

Fix anchors/layout mismatch errors #102

Closed dominikargast closed 5 years ago

dominikargast commented 5 years ago

After upgrading to Qt 5.11 a multitude of layout errors similar to the one below are reported in the console:

file:///Users/dominik/Applications/Melbourne/Trek2There/controls/CustomizedDelegate.qml:12:9: QML Rectangle: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.

file:///Users/dominik/Applications/Melbourne/Trek2There/controls/CustomizedDelegate.qml:19:9: QML Row: Detected anchors on an item that is managed by a layout. This is undefined behavior; use Layout.alignment instead.

This needs to be fixed.

dominikargast commented 5 years ago

@marikavertzonis please test with Trek2There 3.1.3 and check that no layout errors are reported in the console (may have to run from inside player)

marikavertzonis commented 5 years ago