Added some comments in important parts in chat buffer
This commit is contained in:
parent
73fa9532b5
commit
8fa8267e04
@ -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_
|
||||||
|
Loading…
Reference in New Issue
Block a user