yucongj / piano-precision

GNU General Public License v2.0
9 stars 1 forks source link

Use updated version of subrepo with the chooseScore icon committed in it #3

Closed cannam closed 2 years ago

cannam commented 2 years ago

I added the chooseScore.svg icon to the upstream scalable icons repo. This change updates the version for icons/scalable in repoint-lock.json to use the updated version with the new icon in it.

When you run ./repoint install you might find that it fails because you already have a local copy of the new icon within the subrepo, that is not checked in - if so, move away your local copy of chooseScore.svg and try again. (Or this might not be a problem - git might notice that the files are the same and so merge them without complaint, I'm not sure.)

cannam commented 2 years ago

Also fixed the inaccurate y-coordinate in the score widget; this pull request now contains both changes.