Skip to content

Commit 30f09c8

Browse files
committed
Focus MemoryView when EditBox commits
1 parent 3fcd108 commit 30f09c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ReClass.NET/UI/MemoryViewControl.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,8 @@ private void editBox_Committed(object sender, EventArgs e)
631631

632632
Invalidate();
633633
}
634+
635+
Focus();
634636
}
635637

636638
#endregion

0 commit comments

Comments
 (0)