Skip to content

Commit ce59e77

Browse files
authored
Marking calloutContent as obsolete. (#532)
1 parent f8837b2 commit ce59e77

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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.

uitools/import/Esri/ArcGISRuntime/Toolkit/Callout.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)