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.
- Fixed DoEvent. Now properly processes and removes all events from q…
…ueue. svn path=/trunk/mcs/; revision=26034
- Loading branch information
Peter Dennis Bartok
committed
Apr 27, 2004
1 parent
b2214b3
commit cb2ec75
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
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
4 changes: 4 additions & 0 deletions
4
mcs/class/System.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,7 @@ | ||
2004-04-26 Peter Bartok <[email protected]> | ||
* Application.cs: Fixed DoEvents. PeekMessage does not dispatch and remove | ||
WM_PAINT messages, added code to specifically handle WM_PAINT. | ||
|
||
2004-04-24 Todd Berman <[email protected]> | ||
|
||
* Control.cs: Add handle checking in Control.Show () | ||
|