If a toggle switch is used to control the visibility of a graph item via calculatedVisibility, and the state of the switch is OFF when saving, the graph item won't ever appear when the graph is loaded again, but the graph item's visibility indicator does change with the toggle switch.
Edit:
I checked out an old commit with the old style saving, and this problem existed then too, so there're issues with the loading process. A temporary solution is to keep all the toggles on the ON position when saving.
If a toggle switch is used to control the visibility of a graph item via
calculatedVisibility
, and the state of the switch is OFF when saving, the graph item won't ever appear when the graph is loaded again, but the graph item's visibility indicator does change with the toggle switch.Edit: I checked out an old commit with the old style saving, and this problem existed then too, so there're issues with the loading process. A temporary solution is to keep all the toggles on the ON position when saving.