Skip to content

Commit

Permalink
Merge pull request #184 from aeudes/fix_swap_curves
Browse files Browse the repository at this point in the history
Fix segfault when swap plotwidget on archlinux (qt5.12.3).
  • Loading branch information
facontidavide authored Jul 12, 2019
2 parents 402f78e + f3891a8 commit 75fcae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotter_gui/plotwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@ bool PlotWidget::canvasEventFilter(QEvent *event)
if( _dragging.mode == DragInfo::NONE )
{
changeBackgroundColor( Qt::white );
QApplication::restoreOverrideCursor();

return false;
}
}break;
Expand Down

0 comments on commit 75fcae6

Please sign in to comment.