Merge branch 'develop' into feature_version_json_butchery
This commit is contained in:
commit
6b76af116e
@ -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