[bugfix] query for data flag/attribute isNew changed

This commit is contained in:
2017-06-26 17:41:08 +02:00
parent 71da6ded2b
commit 30e2e1df84
2 changed files with 2 additions and 1 deletions

View File

@@ -350,7 +350,7 @@ class Data(object):
information on the event to the actual data
:param event:
"""
if not self.isNew():
if self.isNew():
self.setEvtData(event)
else:
# prevent overwriting original pick information