Make column breaks indicator independent of meta-char viewing
This commit is contained in:
parent
2fefaa2852
commit
b86ea3948d
1 changed files with 1 additions and 2 deletions
|
@ -3396,8 +3396,7 @@ void SwColumnFrm::PaintBreak( ) const
|
|||
// * Non-printing characters are shown, as this is more consistent
|
||||
// with other formatting marks
|
||||
if ( !pGlobalShell->IsShowHeaderFooterSeparator( Header ) &&
|
||||
!pGlobalShell->IsShowHeaderFooterSeparator( Footer ) &&
|
||||
pGlobalShell->GetViewOptions( )->IsLineBreak( ) )
|
||||
!pGlobalShell->IsShowHeaderFooterSeparator( Footer ) )
|
||||
{
|
||||
SwRect aRect( pCnt->Prt() );
|
||||
aRect.Pos() += pCnt->Frm().Pos();
|
||||
|
|
Loading…
Reference in a new issue