mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
Fix RSTreeView Header first Painting
This commit is contained in:
parent
7ff930e03a
commit
47a2a78350
@ -58,7 +58,8 @@ void RSTreeView::setAutoSelect(bool b)
|
||||
|
||||
void RSTreeView::resizeEvent(QResizeEvent *e)
|
||||
{
|
||||
emit sizeChanged(e->size());
|
||||
QTreeView::resizeEvent(e);
|
||||
emit sizeChanged(e->size());
|
||||
}
|
||||
|
||||
void RSTreeView::setPlaceholderText(const QString &text)
|
||||
|
Loading…
Reference in New Issue
Block a user