[Mono-bugs] [Bug 77458][Cos] Changed - When a button is assigned as
a forms accept button, it should draw with a heavy border.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Feb 3 10:17:58 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 xenomorph2 at onlinehome.de.
http://bugzilla.ximian.com/show_bug.cgi?id=77458
--- shadow/77458 2006-02-03 08:00:00.000000000 -0500
+++ shadow/77458.tmp.7384 2006-02-03 10:17:58.000000000 -0500
@@ -48,6 +48,15 @@
if (form != null && (form.AcceptButton == button as IButtonControl))
paint_acceptbutton_black_border = true;
Shouldn't be to hard to add to ThemeWin32Classic
+
+------- Additional Comments From xenomorph2 at onlinehome.de 2006-02-03 10:17 -------
+Well, it is not that easy.
+
+If there is more than one button on that form, then the accept button
+gets only drawn with a heavy border if a control is selected which is
+not a button.
+If an other button is selected then the accept button is drawn with
+the normal button border.
More information about the mono-bugs
mailing list