mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
Uncrustify ground
This commit is contained in:
parent
a0c82d340b
commit
3acc4243a5
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user