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:
parent
f5b3e91eb2
commit
d4143501ca
@ -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