Skip to content

Commit

Permalink
feature(qchat): set geojson item tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
gounux committed Oct 27, 2024
1 parent 6173438 commit e9f100a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qtribu/gui/qchat_tree_widget_items.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ def __init__(self, parent: QTreeWidget, message: QChatGeojsonMessage):
self.message = message
self.init_time_and_author()
self.setText(MESSAGE_COLUMN, self.liked_message)
self.setToolTip(MESSAGE_COLUMN, self.liked_message)

# set foreground color if sent by user
if message.author == self.settings.author_nickname:
Expand Down

0 comments on commit e9f100a

Please sign in to comment.