mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chatline: set row and col number
This commit is contained in:
parent
b0c3b4032f
commit
5ae111e7c4
|
@ -134,6 +134,7 @@ void ChatLine::replaceContent(int col, ChatLineContent *lineContent)
|
|||
delete content[col];
|
||||
|
||||
content[col] = lineContent;
|
||||
lineContent->setIndex(rowIndex, col);
|
||||
scene->addItem(content[col]);
|
||||
|
||||
layout(width, pos);
|
||||
|
|
Loading…
Reference in New Issue
Block a user