File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
uitools/import/Esri/ArcGISRuntime/Toolkit Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 22
33## 100.15
44
5+ * (Callout) Deprecated ` calloutContent ` property in favour of ` contentItem ` usage.
56* Updated ` .png ` files to be ` .svg ` instead. Tools no longer look pixilated on high-dpi devices.
67* (NorthArrow) Fixed deprecation warning in widgets.
78* (CoordinateConversion) Fixed button images not rendering.
Original file line number Diff line number Diff line change @@ -157,9 +157,14 @@ Pane {
157157 property bool accessoryButtonVisible: true
158158
159159 /* !
160+ \obsolete
161+
160162 \brief A QML Item to display in the Callout.
161163
162164 The default is \c null.
165+
166+ This property is obsolete, to replace the Callout's content
167+ set \c{contentItem} instead.
163168 */
164169 property Component calloutContent: null
165170
You can’t perform that action at this time.
0 commit comments