mirror of
https://github.com/MultiMC/MultiMC5.git
synced 2025-01-08 03:41:55 +00:00
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)
|
void GroupView::paintEvent(QPaintEvent *event)
|
||||||
{
|
{
|
||||||
|
executeDelayedItemsLayout();
|
||||||
|
|
||||||
QPainter painter(this->viewport());
|
QPainter painter(this->viewport());
|
||||||
|
|
||||||
QStyleOptionViewItemV4 option(viewOptions());
|
QStyleOptionViewItemV4 option(viewOptions());
|
||||||
|
Loading…
Reference in New Issue
Block a user