mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Add comment.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37621 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9f21c23633
commit
8e6e9d3782
@ -313,6 +313,9 @@ bool TextMetrics::isRTLBoundary(pit_type pit, pos_type pos) const
|
||||
}
|
||||
|
||||
|
||||
// isRTLBoundary returns false on a real end-of-line boundary,
|
||||
// because otherwise the two boundary types get mixed up.
|
||||
// This is the whole purpose of this being in TextMetrics.
|
||||
bool TextMetrics::isRTLBoundary(pit_type pit, pos_type pos,
|
||||
Font const & font) const
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user