Added some comments in important parts in chat buffer

This commit is contained in:
Manuel Cortez 2018-12-05 15:54:24 -06:00
parent 73fa9532b5
commit 8fa8267e04

View File

@ -634,7 +634,7 @@ class chatBuffer(baseBuffer):
# position[2]+1 is added because line may start with 0, while in wx.TextCtrl.GetNumberLines() that is not possible. # position[2]+1 is added because line may start with 0, while in wx.TextCtrl.GetNumberLines() that is not possible.
if position[2]+1 >= i[0] and position[2]+1 < i[1]: if position[2]+1 >= i[0] and position[2]+1 < i[1]:
id_ = self.chats[i] id_ = self.chats[i]
print i # print i
break break
# Retrieve here the object based in id_ # Retrieve here the object based in id_