fix: tooltips showing out-of-bounds after loading images (#5186)

This commit is contained in:
nerix
2024-02-24 12:52:16 +01:00
committed by GitHub
parent dcd6179434
commit dd61482046
5 changed files with 32 additions and 0 deletions
+1
View File
@@ -90,6 +90,7 @@ TooltipWidget::TooltipWidget(BaseWidget *parent)
if (needSizeAdjustment)
{
this->adjustSize();
this->applyLastBoundsCheck();
}
});
}