mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-19 07:26:26 +00:00
Fixed problem with displaying borders in Navigator when we shouldn't
This commit is contained in:
parent
29f18d8c5e
commit
cd99126fdd
@ -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 )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user