fixed selections moving when new messages come in while selecting
This commit is contained in:
@@ -42,6 +42,11 @@ struct SelectionItem {
|
||||
{
|
||||
return this->messageIndex == b.messageIndex && this->charIndex == b.charIndex;
|
||||
}
|
||||
|
||||
bool operator!=(const SelectionItem &b) const
|
||||
{
|
||||
return this->operator==(b);
|
||||
}
|
||||
};
|
||||
|
||||
struct Selection {
|
||||
|
||||
Reference in New Issue
Block a user