TView::GetUserSelection should check before calling fDocument
1392270
Sep 30 1996 1:36PM
TDesignator* TView::GetUserSelection() { return fSuperView ? fSuperView->GetUserSelection() : fDocument->GetUserSelection(); }
In UView.cp: it now checks to make sure fDocument is not NULL.