Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Ensure crop points are current #50

Closed
wants to merge 2 commits into from

Commits on May 3, 2019

  1. Ensure crop points are current

    Previously setting the crop points via the text entry dialog would
    update the sliders, but moving the sliders would not update the
    pre-populated values in the text entry dialog. This was due to the text
    field being populated with the `Trial` values, which aren't updated
    until the crop changes are saved. This change uses the crop values from
    the current playback view controller, which is the same value that the
    sliders present and modify.
    
    Fixes googlearchive#47
    marcisme committed May 3, 2019
    Configuration menu
    Copy the full SHA
    13eeae1 View commit details
    Browse the repository at this point in the history
  2. Rename method params

    marcisme committed May 3, 2019
    Configuration menu
    Copy the full SHA
    3b591c5 View commit details
    Browse the repository at this point in the history