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

Commit c84f363

Browse files
committed
[Ide] Don't set entry to default focus.
1 parent 344161b commit c84f363

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Projects/SelectReferenceDialog.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ void HandleFilterEntryKeyPressEvent (object o, KeyPressEventArgs args)
282282
protected override void OnShown ()
283283
{
284284
base.OnShown ();
285-
filterEntry.HasFocus = true;
286285
}
287286

288287
protected override bool OnKeyPressEvent (Gdk.EventKey evnt)

0 commit comments

Comments
 (0)