chore: bump deprecated cutoff to Qt 6.4.3 (#6169)

This commit is contained in:
nerix
2025-04-26 13:36:09 +02:00
committed by GitHub
parent 6fe6843cbd
commit 01e7050ffc
15 changed files with 134 additions and 118 deletions
+2 -1
View File
@@ -1165,7 +1165,8 @@ void Notebook::mousePressEvent(QMouseEvent *event)
this->menu_ = new QMenu(this);
this->addNotebookActionsToMenu(this->menu_);
}
this->menu_->popup(event->globalPos() + QPoint(0, 8));
this->menu_->popup(event->globalPosition().toPoint() +
QPoint(0, 8));
}
break;
default:;