https://bugzilla.novell.com/show_bug.cgi?id=597582

https://bugzilla.novell.com/show_bug.cgi?id=597582#c7


expe bition <expebit...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |expebit...@gmail.com

--- Comment #7 from expe bition <expebit...@gmail.com> 2011-08-03 14:32:28 UTC 
---
Steve, I know it has been over a year, but we're seeing something which MIGHT
be the same bug.  The work-around was simple though.  We changed:

    vwTabGroup.Visible = true;


to:

    this.Controls.Remove(vwTabGroup);

    vwTabGroup.Visible = true;

    this.Controls.Add(vwTabGroup);


Now the object is drawn correctly under both Mono for Windows and Linux.  Can
you test an approach like this in your code?

I'm working on a simple test case but no success yet.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to