[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/
[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/