Added triple clicking to select the whole message.
This commit is contained in:
@@ -278,6 +278,11 @@ int MessageLayout::getLastCharacterIndex() const
|
||||
return this->container_->getLastCharacterIndex();
|
||||
}
|
||||
|
||||
int MessageLayout::getFirstMessageCharacterIndex() const
|
||||
{
|
||||
return this->container_->getFirstMessageCharacterIndex();
|
||||
}
|
||||
|
||||
int MessageLayout::getSelectionIndex(QPoint position)
|
||||
{
|
||||
return this->container_->getSelectionIndex(position);
|
||||
|
||||
Reference in New Issue
Block a user