Skip to content
This repository has been archived by the owner on Oct 4, 2021. It is now read-only.

[Ide] Just let the content GrabFocus when document tab is activated #7200

Merged
merged 2 commits into from Feb 21, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -262,7 +262,7 @@ public void OnActivated ()
{
if (subViewToolbar != null)
subViewToolbar.Tabs [subViewToolbar.ActiveTab].Activate ();
SelectWindow ();
ActiveViewContent.GrabFocus ();
}

public void SelectWindow ()
Expand Down