Skip to content

Commit

Permalink
remove extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shanet committed Aug 13, 2013
1 parent ef0580c commit bbc2d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cryptully/qt/qChatWidget.py
Expand Up @@ -106,7 +106,7 @@ def appendMessage(self, message, source, showTimestampAndNick=True):
timestamp = ''

# If the user has scrolled up (current value != maximum), do not move the scrollbar
# to the bottom after appending the message and show a notification of the new message
# to the bottom after appending the message
shouldScroll = True
scrollbar = self.chatLog.verticalScrollBar()
if scrollbar.value() != scrollbar.maximum() and source != constants.SENDER:
Expand Down

0 comments on commit bbc2d42

Please sign in to comment.