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,7 +58,8 @@ void RSTreeView::setAutoSelect(bool b)
|
||||||
|
|
||||||
void RSTreeView::resizeEvent(QResizeEvent *e)
|
void RSTreeView::resizeEvent(QResizeEvent *e)
|
||||||
{
|
{
|
||||||
emit sizeChanged(e->size());
|
QTreeView::resizeEvent(e);
|
||||||
|
emit sizeChanged(e->size());
|
||||||
}
|
}
|
||||||
|
|
||||||
void RSTreeView::setPlaceholderText(const QString &text)
|
void RSTreeView::setPlaceholderText(const QString &text)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue