[Mono-bugs] [Bug 64216][Min] Changed - Custom NSViews do not get initialized
   
    bugzilla-daemon@bugzilla.ximian.com
     
    bugzilla-daemon@bugzilla.ximian.com
       
    Wed,  1 Sep 2004 04:30:48 -0400 (EDT)
    
    
  
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 pat2man@comcast.net.
http://bugzilla.ximian.com/show_bug.cgi?id=64216
--- shadow/64216	2004-08-31 09:12:24.000000000 -0400
+++ shadow/64216.tmp.22084	2004-09-01 04:30:48.000000000 -0400
@@ -53,6 +53,10 @@
 	setNeedsDisplay(true);
 }
 
 second: the initWithFrame code is wrong, you don't need it
 
 tell me if that helps
+
+------- Additional Comments From pat2man@comcast.net  2004-09-01 04:30 -------
+I tried the new constructor (oh and the code is NeedsDisplay = true;) but it still won't 
+display. drawRect never gets called which it should.