Fix a GroupView crash that was triggered by the FTB tracking
This commit is contained in:
parent
3133bb3ea0
commit
211a72e144
1 changed files with 2 additions and 0 deletions
|
@ -429,6 +429,8 @@ void GroupView::mouseDoubleClickEvent(QMouseEvent *event)
|
|||
|
||||
void GroupView::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
executeDelayedItemsLayout();
|
||||
|
||||
QPainter painter(this->viewport());
|
||||
|
||||
QStyleOptionViewItemV4 option(viewOptions());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue