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

This commit is contained in:
cmanske%netscape.com 1998-09-29 00:02:29 +00:00
parent 29f18d8c5e
commit cd99126fdd

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 )
{