Fixed problem with displaying borders in Navigator when we shouldn't

git-svn-id: svn://10.0.0.236/trunk@11302 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com 1998-09-29 00:02:29 +00:00
parent f5b3e91eb2
commit d4143501ca

View File

@ -3574,7 +3574,7 @@ void CDCCX::DisplayTable(MWContext *pContext, int iLocation, LO_TableStruct *pTa
iSelectionBorder = DisplayTableBorder(Rect, pTable);
}
#ifdef EDITOR
else // if ( EDT_DISPLAY_TABLE_BORDERS(pContext) ) // We always display table borders
else if( EDT_IS_EDITOR(pContext) )
{
if( 0 == pTable->inter_cell_space )
{