From d4143501ca2eeeb482ff556aa950e4fb1211e643 Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Tue, 29 Sep 1998 00:02:29 +0000 Subject: [PATCH] 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 --- mozilla/cmd/winfe/cxdc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/cmd/winfe/cxdc.cpp b/mozilla/cmd/winfe/cxdc.cpp index 7a5330d62b7..6b13797c5f5 100644 --- a/mozilla/cmd/winfe/cxdc.cpp +++ b/mozilla/cmd/winfe/cxdc.cpp @@ -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 ) {