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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78197 --- shadow/78197 2006-05-11 12:53:06.000000000 -0400 +++ shadow/78197.tmp.30578 2006-05-11 13:55:19.000000000 -0400 @@ -65,6 +65,18 @@ There seems another bug in Font UI editor that it does not return changed font value (nothing is changed after selecting the Font and click OK in the FontDialog). winforms/fontdialog/swf-fontdialog.exe itself works fine (it reflects the selection). + +------- Additional Comments From [EMAIL PROTECTED] 2006-05-11 13:55 ------- +> another bug + +Turned out that it was because PropertyGrid depends on +PropertyDescriptor.OnValueChanged() which was not correctly invoked in +ReflectionPropertyDescriptor. + +Due to this problem, all other property selectors didn't work fine as +well. + +Now it should work (after r60601). _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
