Skip to content
Permalink
Browse files
Added comment
  • Loading branch information
hortonr6 committed Nov 20, 2017
1 parent 1c7b53c commit 51760d5d37a23e69c98088564823233cd2210735
Showing 1 changed file with 1 addition and 1 deletion.
@@ -14,7 +14,7 @@ class HyperlinkManager:

self.text.tag_config("hyper", foreground="blue", underline=1)

#self.text.tag_bind("hyper", "<Enter>", self._enter)
#self.text.tag_bind("hyper", "<Enter>", self._enter) #Removed to prevent conflict with pressing Enter to send a message
self.text.tag_bind("hyper", "<Leave>", self._leave)
self.text.tag_bind("hyper", "<Button-1>", self._click)

0 comments on commit 51760d5

Please sign in to comment.