mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Cleans list on new push on start button
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user