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

old-commit-hash: ba5c6715a8
beeps
Willem Melching 2 years ago committed by GitHub
parent d7b677f441
commit ccc28b40b5
  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