mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-10 16:29:27 -04:00
fixed appearing false line in Transfers
This commit is contained in:
parent
8afa127ed5
commit
01cc2322e8
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ public:
|
||||||
|
|
||||||
if(!ref) // top level. The entry is that of a transfer
|
if(!ref) // top level. The entry is that of a transfer
|
||||||
{
|
{
|
||||||
if(!convertTabEntryToRefPointer(row,-1,subref))
|
if(row >= mDownloads.size() || !convertTabEntryToRefPointer(row,-1,subref))
|
||||||
return QModelIndex() ;
|
return QModelIndex() ;
|
||||||
|
|
||||||
return createIndex(row,column,subref) ;
|
return createIndex(row,column,subref) ;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue