mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-08 17:15:16 -04:00
Fixed update (repaint) of the placeholder text of the quick view items in MessagesDialog.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5146 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
b81a911793
commit
78fd91ce4a
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ RSTreeView::RSTreeView(QWidget *parent) : QTreeView(parent)
|
|||
void RSTreeView::setPlaceholderText(const QString &text)
|
||||
{
|
||||
placeholderText = text;
|
||||
repaint();
|
||||
viewport()->repaint();
|
||||
}
|
||||
|
||||
void RSTreeView::paintEvent(QPaintEvent *event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue