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
@@ -3121,6 +3121,7 @@ void ChannelView::pendingLinkInfoStateChanged()
return;
}
this->setLinkInfoTooltip(this->pendingLinkInfo_.data());
this->tooltipWidget_->applyLastBoundsCheck();
}
} // namespace chatterino