Skip to content

Commit b678254

Browse files
committed
Add Undetermined value as default of RefactoringDialogResult
This fixes that the default dialog reult was Execute, which caused refactorings to execute if the corresponding dialog was closed by clsing the window.
1 parent adfb5c9 commit b678254

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Refactorings/IRefactoringDialog.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ namespace Rubberduck.Refactorings
44
{
55
public enum RefactoringDialogResult
66
{
7+
Undetermined,
78
Execute,
89
Cancel
910
}

0 commit comments

Comments
 (0)