Skip to content

Commit

Permalink
Removed unneded calls to Override/Restore cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
donob4n committed Mar 31, 2019
1 parent 16f2997 commit c85d6e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions qubesmanager/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,6 @@ class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, QtGui.QDialog):
def __init__(self, vm, qapp, init_page="basic", parent=None):
super(VMSettingsWindow, self).__init__(parent)

QtGui.QApplication.setOverrideCursor(QtCore.Qt.BusyCursor)

self.vm = vm
self.qapp = qapp
self.threads_list = []
Expand Down Expand Up @@ -233,8 +231,6 @@ def __init__(self, vm, qapp, init_page="basic", parent=None):
self.refresh_apps_button.clicked.connect(
self.refresh_apps_button_pressed)

QtGui.QApplication.restoreOverrideCursor()

def clear_threads(self):
for thread in self.threads_list:
if thread.isFinished():
Expand Down

0 comments on commit c85d6e4

Please sign in to comment.