mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-17 17:43:59 -05:00
fixed double click problem on files
This commit is contained in:
parent
fecd4369ec
commit
baf7b06e4c
4 changed files with 29 additions and 499 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue