Jecke / CustomListView

0 stars 0 forks source link

Bug: Video thumbnail has annotation shape when changed from annotated image #6

Closed Jecke closed 10 years ago

Jecke commented 10 years ago

Steps to reproduce:

  1. Create an image note and annotate the image
  2. change the image note to a video note and close AddOrNew activity Result: the video thumbnail shows the superimposed annotation indication

Proposed solution: Make sure that the pointer to clsAnnotationData of the tree node is set to NULL if the type of the note or the image changes.

Jecke commented 10 years ago

Fix: In ActivityNoteAddNew::onOptionsItemSelected reset the clsAnnotationData information before the actual note type is processed