bugfix: use QTabBar.mapToGlobal() in tabbarContextMenuRequested

This commit is contained in:
Le Tan 2017-03-17 21:14:54 -07:00
parent 94ad4adc1c
commit aee1b9d571

View File

@ -429,7 +429,7 @@ void VEditWindow::tabbarContextMenuRequested(QPoint p_pos)
} }
} }
menu.exec(mapToGlobal(p_pos)); menu.exec(bar->mapToGlobal(p_pos));
} }
void VEditWindow::tabListJump(QAction *action) void VEditWindow::tabListJump(QAction *action)