mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Do not forceLTR math with Xe/Lua (part of #12731)
This commit is contained in:
parent
f058442be9
commit
e9c8b10c1d
@ -174,7 +174,8 @@ public:
|
||||
void initUnicodeMath() const override;
|
||||
|
||||
/// Force inset into LTR environment if surroundings are RTL
|
||||
bool forceLTR(OutputParams const &) const override { return true; }
|
||||
/// FIXME Really needed? (see #12731)
|
||||
bool forceLTR(OutputParams const & rp) const override { return !rp.isFullUnicode(); }
|
||||
///
|
||||
void recordLocation(DocIterator const & di);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user