Skip to content

Commit

Permalink
messages: Refresh message when the content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
astaric committed Oct 21, 2016
1 parent d6fb0eb commit 9dd0e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/widgets/utils/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def activate_msg(self, msg, msg_id=None):
"""
key = msg if msg_id is None else msg_id
if self.active.get(key) == msg:
self.widget.messageActivated.emit(msg)
return
self.active[key] = msg
self.widget.messageActivated.emit(msg)
Expand Down

0 comments on commit 9dd0e08

Please sign in to comment.