Esri / arcgis-maps-sdk-toolkit-qt

ArcGIS Maps SDK for Qt Toolkit
Apache License 2.0
132 stars 61 forks source link

Fixing callout width/height calculations. #521

Closed anmacdonald closed 2 years ago

anmacdonald commented 2 years ago

Making changes to Callout with a custom component.

The height is no longer fillHeight: true, which means the callout sets the component width, and the component sets the callout height. This seems closer to the flow of width/height calculations used previously.

anmacdonald commented 2 years ago

Related: https://github.com/Esri/arcgis-runtime-samples-qt/pull/1371

mrwillyees commented 2 years ago

I get it, thanks for the heads up; will test in certification. LGTM