Closed VitorVieiraZ closed 1 week ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
input/core/merginuserinfo.cpp | 1 | 75.18% | ||
input/app/featuresmodel.cpp | 1 | 68.52% | ||
<!-- | Total: | 2 | --> |
Totals | |
---|---|
Change from base Build 11550175559: | 0.02% |
Covered Lines: | 7884 |
Relevant Lines: | 13038 |
Did this solution help the issue Vitor? Can you please check if buttons on the map are behaving correctly? Especially the one with the streaming mode - when you navigate to edit line/polygon feature geometry
Did this solution help the issue Vitor? Can you please check if buttons on the map are behaving correctly? Especially the one with the streaming mode - when you navigate to edit line/polygon feature geometry
Yes, waning is now fixed and working for these cases.
Let's close this one and retry later
Moved height assignment to Component.onCompleted to break circular dependency between height and implicitHeight.
MMListDelegate.qml:43:3: QML MMListDelegate: Binding loop detected for property "height"
fixed.Notes: Setting
opacity
instead ofheight
to hide invisible items.