forked from mono/mono
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2008-09-15 Jonathan Pobst <[email protected]>
* TextBoxBase.cs: If the user is using Ctrl-Tab to move focus, we have to remove the Ctrl in order for the focus moving code to kick in. [Fixes bug #426170] svn path=/trunk/mcs/; revision=113081
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
2008-09-15 Jonathan Pobst <[email protected]> | ||
|
||
* TextBoxBase.cs: If the user is using Ctrl-Tab to move focus, we | ||
have to remove the Ctrl in order for the focus moving code to kick in. | ||
[Fixes bug #426170] | ||
|
||
2008-09-15 Jonathan Pobst <[email protected]> | ||
|
||
* CheckedListBox.cs: Return the real item index from Add. It may not be | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters