Skip to content

Commit 4b70b9b

Browse files
authored
Update main.py
1 parent 4e96d77 commit 4b70b9b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

share/kwipe/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ def on_cancel(self):
224224
self.control_list[device][0].current_round,
225225
self.control_list[device][0].position,
226226
self.control_list[device][0].offset)
227+
self.create_device_tree()
227228

228229
def on_clear(self):
229230
rows = self.workTableWidget.rowCount()
@@ -247,6 +248,7 @@ def on_finish(self):
247248
serial = utils.get_partition_info(k)[1]
248249
self.remove_status(serial)
249250
del self.control_list[k]
251+
self.create_device_tree()
250252

251253
def create_action_menu(self):
252254
# TreeView Menu

0 commit comments

Comments
 (0)