diff --git a/src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml b/src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml index ea520346c91955435578f335be1f267dd6df4f9e..0aab67e70fb307749686f53e94f2102fb661ba0e 100644 --- a/src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml +++ b/src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml @@ -64,7 +64,9 @@ SetupPage { ExclusiveGroup { id: returnAltRadioGroup } Component.onCompleted: { - showAdvanced = !ScreenTools.isMobile + // Advanced tuning is hacked out due to Qt crash with Qml Charts and a QGuiApplication + //showAdvanced = !ScreenTools.isMobile + // Qml Sliders have a strange behavior in which they first set Slider::value to some internal // setting and then set Slider::value to the bound properties value. If you have an onValueChanged // handler which updates your property with the new value, this first value change will trash diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml index 202f9ef05571db56945098229c23bf4f49e6a6fe..08960962f844c97d6e66390dbf5770f48743d7bd 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml @@ -29,7 +29,8 @@ SetupPage { width: availableWidth Component.onCompleted: { - showAdvanced = !ScreenTools.isMobile + // Advanced tuning is hacked out due to Qt crash with Qml Charts and a QGuiApplication + //showAdvanced = !ScreenTools.isMobile } FactPanelController { diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml index cc290787901f7b2c683fc19738e6776a3f71fbf0..7d91990c0ae5d281c326aa220c2ac70b71da2ec5 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml @@ -29,7 +29,8 @@ SetupPage { width: availableWidth Component.onCompleted: { - showAdvanced = !ScreenTools.isMobile + // Advanced tuning is hacked out due to Qt crash with Qml Charts and a QGuiApplication + //showAdvanced = !ScreenTools.isMobile } FactPanelController {