--- a/RefactoringRope/RefactoringDialogBase.py Sat Oct 26 15:50:43 2024 +0200 +++ b/RefactoringRope/RefactoringDialogBase.py Sat Oct 26 15:54:44 2024 +0200 @@ -83,7 +83,7 @@ """ from .ChangesPreviewDialog import ChangesPreviewDialog - dlg = ChangesPreviewDialog(data["Description"], data["Changes"], self) + dlg = ChangesPreviewDialog(data["Description"], data["Changes"], parent=self) if dlg.exec() == QDialog.DialogCode.Accepted: self.applyChanges()