Skip to content

Commit 0d351aa

Browse files
committed
Revert "Add EnableUndo() call"
This reverts commit 2dd9126.
1 parent 16388bc commit 0d351aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Microsoft.VisualStudio.Editors/DesignerFramework/DesignerWindowPaneProviderBase.vb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ Namespace Microsoft.VisualStudio.Editors.DesignerFramework
139139
'
140140
If _view IsNot Nothing AndAlso _view.Controls.Count = 0 Then
141141
PopulateView()
142-
EnableUndo()
143142
End If
144143
Return _view
145144
End Get

0 commit comments

Comments
 (0)