mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 05:25:26 +00:00
InsetRef.h: fix #6711
Also OK for branch? git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34450 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
634a00c9db
commit
edd8a321bf
@ -81,6 +81,8 @@ private:
|
||||
Inset * clone() const { return new InsetRef(*this); }
|
||||
///
|
||||
bool isLatex;
|
||||
/// Force inset into LTR environment if surroundings are RTL
|
||||
bool forceLTR() const { return true; }
|
||||
///
|
||||
mutable docstring screen_label_;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user