saulgreenberg / TimelapseDeprecatedPre2.3

Timelapse Image Analysis Tool
Other
1 stars 0 forks source link

When a new image file is shown, the data fields are filled in twice #59

Closed saulgreenberg closed 6 years ago

saulgreenberg commented 6 years ago

When navigating to a new image, it appears that it tries to update the data fields twice ( is ShowFile being called twice?). Need to track this down and - for efficiency - remove the redundant calls.

saulgreenberg commented 6 years ago

Fixed this in most places. Multiple redundant updates to the data fields still occur in the following. Do a trace method in DataEntryCounter.cs: SetContentAndTooltip

  1. (non-critical) Double click on an image in a clickable image grid generates 4 updates
    • Should be at most two, one on the first click (to select) and one on the 2nd?
    • but minor effect, so just ignore it.