mirror of
https://github.com/SELinuxProject/setools
synced 2025-03-23 19:46:29 +00:00
apol: InfoFlow/DTA tabs: remove cancel button from busy dialog.
Prevention/work-around for #119.
This commit is contained in:
parent
3fd98337f7
commit
243e94e740
setoolsgui/apol
@ -81,7 +81,7 @@ class DomainTransitionAnalysisTab(SEToolsWidget, QScrollArea):
|
||||
self.busy.setModal(True)
|
||||
self.busy.setRange(0, 0)
|
||||
self.busy.setMinimumDuration(0)
|
||||
self.busy.canceled.connect(self.thread.requestInterruption)
|
||||
self.busy.setCancelButton(None)
|
||||
self.busy.reset()
|
||||
|
||||
# update busy dialog from DTA INFO logs
|
||||
|
@ -113,7 +113,7 @@ class InfoFlowAnalysisTab(SEToolsWidget, QScrollArea):
|
||||
self.busy.setModal(True)
|
||||
self.busy.setRange(0, 0)
|
||||
self.busy.setMinimumDuration(0)
|
||||
self.busy.canceled.connect(self.thread.requestInterruption)
|
||||
self.busy.setCancelButton(None)
|
||||
self.busy.reset()
|
||||
|
||||
# update busy dialog from infoflow INFO logs
|
||||
|
Loading…
Reference in New Issue
Block a user