Alfredo Braunstein wrote:
[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?
Right... I think. Abdel.