Browse Source

added lcn to hovertext in gui

dev
Clemens Richter 9 years ago
parent
commit
5f70812a73
  1. 2
      python/tmc_classes.py

2
python/tmc_classes.py

@ -671,7 +671,7 @@ class tmc_dict:
color="gray"
if message.location.has_koord:
if loc==None:#first message at this location
map_tag+='<h3 style="padding: 0px;margin: 0px;">'
map_tag+='<h3 title="lcn:%i" style="padding: 0px;margin: 0px;">'%message.location.lcn
map_tag+=message.location_text()
map_tag+='</h3>'
if message.cancellation_time==None:

Loading…
Cancel
Save