custom view: drawing bug in splitview?
custom view: drawing bug in splitview?
- Subject: custom view: drawing bug in splitview?
- From: "Ian G. Gillespie" <email@hidden>
- Date: Mon, 24 Feb 2003 08:02:39 -0800
I have a custom NSView which draws some graphs and all looks fine if my
view is not a part of a split view. However, I recently put my custom
view into a split view (the other view is an outline view) and now
whenever I click on a different window other than that one that
contains the view, the drawing in the view gets split in two (i.e. it
draws itself twice, each time it is half as tall as the view height).
If I bring the window with the view to the front, the drawing is still
split in two (horizontally) until I cause the view to be re-drawn at
which point it draws correctly. If I remove the split view, everything
works fine. The split view is a vertical split view. Anyone know what
is going on? I can send some screenshots if anyone wants them.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.