forked from blue/squawk
CMake build error, status icon text tooltip
This commit is contained in:
parent
8310708c92
commit
4c5efad9dc
4 changed files with 59 additions and 11 deletions
|
@ -253,9 +253,11 @@ void FeedView::paintEvent(QPaintEvent* event)
|
|||
option.features = QStyleOptionViewItem::WrapText;
|
||||
QPoint cursor = vp->mapFromGlobal(QCursor::pos());
|
||||
|
||||
if (clearWidgetsMode && specialDelegate) {
|
||||
if (specialDelegate) {
|
||||
MessageDelegate* del = static_cast<MessageDelegate*>(itemDelegate());
|
||||
del->beginClearWidgets();
|
||||
if (clearWidgetsMode) {
|
||||
del->beginClearWidgets();
|
||||
}
|
||||
}
|
||||
|
||||
for (const QModelIndex& index : toRener) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue