mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-05 00:05:59 +08:00
cabana: fix crash when combining graphs on MacOS (#27128)
This commit is contained in:
@@ -578,8 +578,9 @@ void ChartView::mousePressEvent(QMouseEvent *event) {
|
||||
if (dropAction == Qt::MoveAction) {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
QChartView::mousePressEvent(event);
|
||||
}
|
||||
QChartView::mousePressEvent(event);
|
||||
}
|
||||
|
||||
void ChartView::mouseReleaseEvent(QMouseEvent *event) {
|
||||
|
||||
Reference in New Issue
Block a user