fixed resizing of items when resizing the item list

This commit is contained in:
csoler 2020-09-13 20:32:56 +02:00
parent 01683aac4e
commit a6a3bd3f0f
3 changed files with 10 additions and 0 deletions

View file

@ -292,7 +292,9 @@ void PostedListWidgetWithModel::updateSorting(int s)
void PostedListWidgetWithModel::handlePostsTreeSizeChange(QSize size)
{
std::cerr << "resizing!"<< std::endl;
mPostedPostsDelegate->setCellWidth(size.width());
mPostedPostsModel->triggerRedraw();
}
void PostedListWidgetWithModel::filterItems(QString text)