[Mono-bugs] [Bug 76895][Cos] Changed - nunit-gui: first block in
progress bar not drawn
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 14 01:38:35 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by peter at novonyx.com.
http://bugzilla.ximian.com/show_bug.cgi?id=76895
--- shadow/76895 2006-03-14 00:21:55.000000000 -0500
+++ shadow/76895.tmp.11816 2006-03-14 01:38:35.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 76895
Product: Mono: Class Libraries
Version: 1.1
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Cosmetic
Component: Windows.Forms
AssignedTo: jackson at ximian.com
ReportedBy: matt at use.net
QAContact: mono-bugs at ximian.com
@@ -41,6 +41,14 @@
Turns out it's not our progressbar. Nunit implements it's own. still
tracking why it's not updating the whole thing.
------- Additional Comments From jackson at ximian.com 2006-03-14 00:21 -------
I believe the issue is that when the color is changed the entire area
is refreshed. However the nunit code only draws the new squares.
+
+------- Additional Comments From peter at novonyx.com 2006-03-14 01:38 -------
+Funny, how things can be totally not what one thinks.
+The bug was that ControlPaint.DrawBorder3D was using the wrong flags
+when calling an internal function to do the real work. Turns out
+that 'All' does more than just Left, Right, Top and Bottom, it also
+means center. This mistake was made in quite a few places in the
+theme code. It's all fixed now in svn r57941. Fun little bug.
More information about the mono-bugs
mailing list