fixed #250 tooltips don't stay in window geometry
This commit is contained in:
@@ -211,7 +211,7 @@ void SplitHeader::mouseMoveEvent(QMouseEvent *event)
|
||||
{
|
||||
if (!this->dragging && this->isLive) {
|
||||
auto tooltipWidget = TooltipWidget::getInstance();
|
||||
tooltipWidget->moveTo(event->globalPos());
|
||||
tooltipWidget->moveTo(this, event->globalPos());
|
||||
tooltipWidget->setText(tooltip);
|
||||
tooltipWidget->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user