[EMAIL PROTECTED] wrote:

> +bool TextMetrics::isRTL(CursorSlice const & sl, bool boundary) const
> +{
> +       if (!lyxrc.rtl_support && !sl.text())
> +               return false;
> 

I know that you just copied it, but this should  be || right? 

A/


Reply via email to