1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

Uncrustify ground

This commit is contained in:
Laurent Lalanne 2015-02-03 23:32:05 +01:00 committed by Alessio Morale
parent a0c82d340b
commit 3acc4243a5

View File

@ -81,10 +81,10 @@ ScopeGadgetWidget::ScopeGadgetWidget(QWidget *parent) : QwtPlot(parent),
axisWidget(QwtPlot::xBottom)->setMargin(2);
m_picker = new QwtPlotPicker(QwtPlot::xBottom,
QwtPlot::yLeft,
QwtPlotPicker::HLineRubberBand,
QwtPicker::ActiveOnly,
canvas());
QwtPlot::yLeft,
QwtPlotPicker::HLineRubberBand,
QwtPicker::ActiveOnly,
canvas());
m_picker->setStateMachine(new QwtPickerDragPointMachine());
m_picker->setRubberBandPen(QColor(Qt::darkMagenta));
m_picker->setTrackerPen(QColor(Qt::green));