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:
thunder2 2012-05-05 22:29:59 +00:00
parent b81a911793
commit 78fd91ce4a

View File

@ -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)