mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 07:05:26 -04:00
fixed resizing of items when resizing the item list
This commit is contained in:
parent
01683aac4e
commit
a6a3bd3f0f
3 changed files with 10 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue