groakat / AudioTagger

5 stars 2 forks source link

Labels moved in edit mode are not saved #79

Open groakat opened 8 years ago

groakat commented 8 years ago

When moving a label while being in edit mode the coordinates are not updated, because rect() is used to read out the new coordinates, but moving the rectangle is only reflected in the scene specific coordinates, which can be querried with sceneBoundingRect()

macaodha commented 8 years ago

Seems like the fix worked.