fixed split header tooltips not showing

This commit is contained in:
fourtf
2018-05-26 16:31:43 +02:00
parent 08cf701af3
commit 6b24f249f7
8 changed files with 46 additions and 28 deletions
+2 -2
View File
@@ -253,8 +253,8 @@ void BaseWindow::leaveEvent(QEvent *)
void BaseWindow::moveTo(QWidget *parent, QPoint point)
{
point.rx() += 16;
point.ry() += 16;
// point.rx() += 16;
// point.ry() += 16;
this->move(point);
this->moveIntoDesktopRect(parent);