Skip to content

Commit

Permalink
add tooltip when the screen is small #200
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 27, 2020
1 parent 2ac592d commit 49a3ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lizmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -1697,6 +1697,7 @@ def process_node(self, node, parent_node, json_layers):
self.myDic[child_id]['type']
]
)
item.setToolTip(0, self.myDic[child_id]['name'])
item.setIcon(0, child_icon)
self.myDic[child_id]['item'] = item

Expand Down

0 comments on commit 49a3ae4

Please sign in to comment.