jeffersonheard / ga_bigboard

The Big Board - teleconferencing over maps
Other
7 stars 2 forks source link

Adding/Deleting Annotations #10

Closed NathanRSmith closed 12 years ago

NathanRSmith commented 12 years ago

Noticed that when I create an annotation, when the mainloop next runs there are two of the annotation right on top of each other. Then if I want to delete that annotation without refreshing, it deletes the shared annotation but not (I assume) the one I originally drew. Deleting annotations not drawn in the current session works fine.

jeffersonheard commented 12 years ago

I see it. Thanks...

NathanRSmith commented 12 years ago

Fixed by destroying the original shape 3 second after the annotation is created. This may cause it to seem to disappear or be bold for a second, but then will be right within a couple seconds when the annotations are updated. Will be in next pull request.