Skip to content

Commit ac19b1c

Browse files
author
tznind
committed
Fix performance of New dialog caused by explicit Layout call
1 parent 0c1fce9 commit ac19b1c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/UI/Editor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,6 @@ private void New()
13531353
Path = "MyView.cs",
13541354
};
13551355
ofd.Style.PreserveFilenameOnDirectoryChanges = true;
1356-
ofd.Layout();
13571356

13581357
app.Run(ofd);
13591358

0 commit comments

Comments
 (0)