Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
356355c9
Unverified
Commit
356355c9
authored
Nov 14, 2019
by
Don Gagne
Committed by
GitHub
Nov 14, 2019
Browse files
Merge pull request #8035 from DonLakeFlyer/TuningCrash
Advanced tuning hidden due to crash from Qt problem
parents
2e2eacac
6cfd98d8
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml
View file @
356355c9
...
...
@@ -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
...
...
src/AutoPilotPlugins/PX4/PX4TuningComponentCopter.qml
View file @
356355c9
...
...
@@ -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
{
...
...
src/AutoPilotPlugins/PX4/PX4TuningComponentPlane.qml
View file @
356355c9
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment