mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
Fix RSTreeView Header first Painting
This commit is contained in:
parent
7ff930e03a
commit
47a2a78350
1 changed files with 2 additions and 1 deletions
|
@ -58,6 +58,7 @@ void RSTreeView::setAutoSelect(bool b)
|
|||
|
||||
void RSTreeView::resizeEvent(QResizeEvent *e)
|
||||
{
|
||||
QTreeView::resizeEvent(e);
|
||||
emit sizeChanged(e->size());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue