Removed duplicated call to save_changes()
This commit is contained in:
parent
1fbf6c9a59
commit
16f2997222
@ -280,7 +280,6 @@ class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, QtGui.QDialog):
|
|||||||
def apply(self):
|
def apply(self):
|
||||||
with common_threads.busy_cursor():
|
with common_threads.busy_cursor():
|
||||||
self.save_changes()
|
self.save_changes()
|
||||||
self.save_changes()
|
|
||||||
|
|
||||||
def save_and_apply(self):
|
def save_and_apply(self):
|
||||||
with common_threads.busy_cursor():
|
with common_threads.busy_cursor():
|
||||||
|
Loading…
Reference in New Issue
Block a user