mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 03:31:50 +02:00
fix(stop_button): queue logic scan changed to halt instead of abort and reset
This commit is contained in:
@ -23,5 +23,4 @@ class StopButton(BECWidget, QPushButton):
|
||||
@Slot()
|
||||
def stop_scan(self):
|
||||
"""Stop the scan."""
|
||||
self.queue.request_scan_abortion()
|
||||
self.queue.request_queue_reset()
|
||||
self.queue.request_scan_halt()
|
||||
|
Reference in New Issue
Block a user