mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 13:24:15 -05: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
@ -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…
x
Reference in New Issue
Block a user