Cleans list on new push on start button

This commit is contained in:
2012-08-30 18:00:45 +02:00
parent aaf132aad3
commit e15c4dbe40

View File

@@ -85,7 +85,11 @@ class IvolutionWindow(IvolutionTemplate, Observer, Observable):
Sets all parameters and start processing
"""
self.my_logger.debug("start pressed")
if not self.process_running: # start only if not already running
# Empty list on screen
self.filelist.DeleteAllItems()
self.set_parameters()
self.print_parameters()
# Instantiating the facemovie