Commit bc4ee574 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #5440 from DonLakeFlyer/StableFixes

Stable fixes
parents d000ecef bcf9e70b
......@@ -64,7 +64,7 @@
"min": 0,
"max": 85,
"units": "%",
"defaultValue": 10
"defaultValue": 70
},
{
"name": "SideOverlap",
......@@ -74,7 +74,7 @@
"min": 0,
"max": 85,
"units": "%",
"defaultValue": 10
"defaultValue": 70
},
{
"name": "CameraSensorWidth",
......
......@@ -296,7 +296,7 @@ QString MainWindow::_getWindowGeometryKey()
#ifndef __mobile__
MAVLinkDecoder* MainWindow::_mavLinkDecoderInstance(void)
{
if (_mavlinkDecoder) {
if (!_mavlinkDecoder) {
_mavlinkDecoder = new MAVLinkDecoder(qgcApp()->toolbox()->mavlinkProtocol());
connect(_mavlinkDecoder, &MAVLinkDecoder::valueChanged, this, &MainWindow::valueChanged);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment