Develop
Ticket #1619 (closed defect: fixed)
Start rule restrictions are not remembered
| Reported by: | apf | Owned by: | RobD |
|---|---|---|---|
| Priority: | high | Milestone: | XCSoar 6.3 |
| Component: | Task Editor | Version: | 6.3 |
| Keywords: | Cc: |
Description
This is a regression in master. 6.2.3 works as expected.
To reproduce:
Try setting a restriction like 1000m "Start max. height" in the task editor and leave
the task editor. After reentering the task manager the old value is shown again.
v6.2.3 will show a confirmation dialog if values were changed when leaving the task
manager, a master branch build not.
Change History
Note: See
TracTickets for help on using
tickets.

Looks like TaskPropertiesPanel::Hide() (and therefore TaskPropertiesPanel::ReadValues?()) is not called when selecting "Close" directly in the TabBar?. Selecting any other tab before leaving the task manager will workaround this issue.