Fix a GroupView crash that was triggered by the FTB tracking
This commit is contained in:
parent
3133bb3ea0
commit
211a72e144
@ -429,6 +429,8 @@ void GroupView::mouseDoubleClickEvent(QMouseEvent *event)
|
||||
|
||||
void GroupView::paintEvent(QPaintEvent *event)
|
||||
{
|
||||
executeDelayedItemsLayout();
|
||||
|
||||
QPainter painter(this->viewport());
|
||||
|
||||
QStyleOptionViewItemV4 option(viewOptions());
|
||||
|
Loading…
Reference in New Issue
Block a user