Skip to content

Commit 0633fb5

Browse files
committed
Revert "Set focus to the window we just opened"
This reverts commit 80e6ac7. This was causing more problems than it was solving.
1 parent 196bb9c commit 0633fb5

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ListFiles.xaml.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,11 @@ private void OpenSelectedFiles(bool bInSolutionExplorer)
158158
{
159159
var w = (item as ProjectItemWrapper).ProjItem.Open();
160160
w.Visible = true;
161-
w.Activate();
162161
}
163162
catch (Exception)
164163
{
165164
var w = OpenFileInSolutionPackage.GetActiveIDE().ItemOperations.OpenFile((item as ProjectItemWrapper).Path);
166165
w.Visible = true;
167-
w.Activate();
168166
}
169167
}
170168
else

0 commit comments

Comments
 (0)