From edd8a321bf1dc0875141bae0e644347980238012 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 22 May 2010 02:01:47 +0000 Subject: [PATCH] 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 --- src/insets/InsetRef.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/insets/InsetRef.h b/src/insets/InsetRef.h index 1b9e9f469c..a205f598a7 100644 --- a/src/insets/InsetRef.h +++ b/src/insets/InsetRef.h @@ -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_; /// -- 2.39.2