fixed double click problem on files

This commit is contained in:
csoler 2020-06-06 21:51:40 +02:00
parent fecd4369ec
commit baf7b06e4c
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 29 additions and 499 deletions

View file

@ -519,6 +519,7 @@ void GxsChannelPostsWidgetWithModel::showPostDetails()
ui->channelPostFiles_TV->resizeColumnToContents(RsGxsChannelPostFilesModel::COLUMN_FILES_FILE);
ui->channelPostFiles_TV->resizeColumnToContents(RsGxsChannelPostFilesModel::COLUMN_FILES_SIZE);
ui->channelPostFiles_TV->resizeColumnToContents(RsGxsChannelPostFilesModel::COLUMN_FILES_NAME);
ui->channelPostFiles_TV->setAutoSelect(true);
}
void GxsChannelPostsWidgetWithModel::updateGroupData()