After restart MT5 deletes object tooltip [MetaTrader 5 Bug]

 
Dear MQL5 Community/Administrators/Developers,

There is a bug on MT5 when assigning a tooltip to a graphical object, it gets deleted after restarting the terminal.

It can be reproduced by following the below described steps:

  1. Create a graphical object (OBJ_LABEL, OBJ_ARROW, OBJ_TREND, etc...) using ObjectCreate or using the ChartObjectsTxtControls.mqh library
  2. Assign a tooltip to it using ObjectSetString (OBJPROP_TOOLTIP)
  3. Hover your mouse on the created object in order to display the tooltip
  4. Restart the MT5 terminal
  5. Hover your move on the object once again

The terminal will not display the tooltip that has been set earlier.

I hope there will be a fix soon.

Thanks
Kind Regards
 
Jürgen please post your bug report in the appropriate thread, don't create a new topic each time, as there is little chance a Metaquotes developer will read it here.
 
Alain Verleyen:
Jürgen please post your bug report in the appropriate thread, don't create a new topic each time, as there is little chance a Metaquotes developer will read it here.
Ok thank you Alain, I will do so. Unfortunately, I did not know.