mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
QML UI: try to remove two binding loops
Let's face it. I have no idea what I'm doing here. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
81999e4667
commit
fcc615a497
2 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,7 @@ MobileComponents.Page {
|
|||
id: dive
|
||||
enabled: true
|
||||
checked: diveListView.currentIndex == model.index
|
||||
width: parent.width
|
||||
|
||||
property real detailsOpacity : 0
|
||||
property int horizontalPadding: MobileComponents.Units.gridUnit / 2 - MobileComponents.Units.smallSpacing + 1
|
||||
|
|
|
@ -116,7 +116,6 @@ MobileComponents.ApplicationWindow {
|
|||
text: checked ? "Disable verbose (for adb logcat)" : "Enable verbose (for adb logcat)"
|
||||
onToggled: {
|
||||
manager.verboseEnabled = checked;
|
||||
checked = !checked;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue