This commit is contained in:
fourtf
2020-08-13 20:59:57 +02:00
parent bbcbad23a1
commit b2dab3cf21
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ void NotebookTab::mousePressEvent(QMouseEvent *event)
switch (event->button())
{
case Qt::RightButton: {
this->menu_.popup(event->globalPos());
this->menu_.popup(event->globalPos() + QPoint(0, 8));
}
break;
default:;