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

pull/27136/head
Willem Melching 2 years ago committed by GitHub
parent 68c0012bf6
commit ba5c6715a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/cabana/chartswidget.cc

@ -578,8 +578,9 @@ void ChartView::mousePressEvent(QMouseEvent *event) {
if (dropAction == Qt::MoveAction) {
return;
}
}
} else {
QChartView::mousePressEvent(event);
}
}
void ChartView::mouseReleaseEvent(QMouseEvent *event) {

Loading…
Cancel
Save