Skip to content

Commit

Permalink
fix missing package description
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Jan 18, 2024
1 parent a0d1bbf commit ff50e9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/texdocdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ void TexdocDialog::itemChanged(QTableWidgetItem* item)
});
langButton->setChecked(true);
}
}else{
if(package.descriptions.count()>0){
ui->packageDescriptions->setHtml(package.descriptions.first().text);
}
}
}

Expand Down

0 comments on commit ff50e9c

Please sign in to comment.