Skip to content

Commit

Permalink
Change the save signal
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneGit committed Apr 26, 2024
1 parent d88c44f commit b36ed9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def keyPressEvent(self, event):

def keyPressProcessing(self, event):
if event.modifiers() == Qt.ControlModifier and event.key() == Qt.Key_S:
self.save_project_signal.emit()
self.save_project_action.trigger()
return True

if self.move_button.isChecked():
Expand Down

0 comments on commit b36ed9a

Please sign in to comment.