cabana: fix crash when combining graphs on MacOS (#27128)

old-commit-hash: ba5c6715a8099eb5850382a5b7918da33a6c13dd
This commit is contained in:
Willem Melching
2023-01-28 21:06:04 +01:00
committed by GitHub
parent d7b677f441
commit ccc28b40b5
+2 -1
View File
@@ -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) {