You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Composer] Fix The ComposerMap's tooltip is not updated after readXML
The ComposerMap's tooltip is only set in the private init method. This method is only used in the ComposerMap constructor. The result is that the tooltip is not updated after reading the id from the XML.
The solution could be to add a private method updateToolTip used when the id is changed :
* constructor
* assignFreeId
* readXML
0 commit comments