SOLVED: Workaround to force painting of NSSplitView's split-bar?
SOLVED: Workaround to force painting of NSSplitView's split-bar?
- Subject: SOLVED: Workaround to force painting of NSSplitView's split-bar?
- From: Dan Wood <email@hidden>
- Date: Wed, 13 Mar 2002 16:08:12 -0800
Ah, I found a workaround. invoke adjustSubviews on the
splitview after changing its orientation.
On Wednesday, March 13, 2002, at 01:21 PM, Dan Wood wrote:
I'm switching an NSSplitView in between vertical and horizontal
orientation by user input, and I have found that switching a
visible NSSplitView's orientation doesn't cause the split bar
(the area between the two panes) to redraw properly... you see
the remanents of what was there before the split view changed.
I've logged this as a bug with Apple (2879490), but can anybody
think of a workaround to force the split to be displayed? (The
split does properly display if I drag the bar afterwards....)
Thoughts?
_______________________________________________
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.