richsmith / sexytopo

The SexyTopo cave surveying app for Android
GNU General Public License v3.0
30 stars 13 forks source link

Set active station from sketch window does not set the active station in the table #124

Closed CaverBruce closed 5 years ago

CaverBruce commented 5 years ago

Sometimes when I set an active station in the sketch window, and then switch directly to the data table, the active station indicator (yellow) remains on the original active station. Not wanting to mess up my data, I always set the active station in the table as well (to match the station in the sketch window). Not sure what would happen if i did not do that, possibly the data table is just slow to update and all would be well.

richsmith commented 5 years ago

It's an artefact of the performance improvements I added recently. The data are fine, it's the table not realising it needs to update. I've just fixed it.