mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
fix homewindow resize cursor bug.
This commit is contained in:
@@ -874,7 +874,7 @@ HomeWindow::windowMoving(GcWindow*w)
|
||||
void
|
||||
HomeWindow::windowResizing(GcWindow*w)
|
||||
{
|
||||
QPoint pos = this->mapFromGlobal(QCursor::pos());
|
||||
QPoint pos = winWidget->mapFromGlobal(QCursor::pos());
|
||||
winArea->ensureVisible(pos.x(), pos.y(), 20, 20);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user