Removed duplicated call to save_changes()

This commit is contained in:
donoban 2019-03-31 19:59:55 +02:00
parent 1fbf6c9a59
commit 16f2997222
No known key found for this signature in database
GPG Key ID: 141310D8E3ED08A5

View File

@ -280,7 +280,6 @@ class VMSettingsWindow(ui_settingsdlg.Ui_SettingsDialog, QtGui.QDialog):
def apply(self):
with common_threads.busy_cursor():
self.save_changes()
self.save_changes()
def save_and_apply(self):
with common_threads.busy_cursor():