Kaydet (Commit) bee8375b authored tarafından Noel Power's avatar Noel Power

double check pEditView ( appears some re-entrency foo can zap it )

üst a298986d
......@@ -1111,7 +1111,9 @@ ScMultiTextWnd::~ScMultiTextWnd()
void ScMultiTextWnd::Paint( const Rectangle& rRec )
{
GetEditView()->Paint( rRec );
EditView* pView = GetEditView();
if ( pView )
pView->Paint( rRec );
}
EditView* ScMultiTextWnd::GetEditView()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment