X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FBidi.cpp;h=f90e007be16458c99ecf3a2acda875aa105c1648;hb=4ce743a0a77d85d5e1722a3f2854ce163e40b353;hp=342e7e86f76a8ba0ae674f3a896c0308389c75df;hpb=1bb709af80ddfcadd4ac5a71527715e59dcc2ecd;p=lyx.git diff --git a/src/Bidi.cpp b/src/Bidi.cpp index 342e7e86f7..f90e007be1 100644 --- a/src/Bidi.cpp +++ b/src/Bidi.cpp @@ -59,7 +59,7 @@ void Bidi::computeTables(Paragraph const & par, return; } - if (par.ownerCode() == Inset::ERT_CODE) { + if (par.ownerCode() == Inset::ERT_CODE || par.ownerCode() == Inset::LISTINGS_CODE) { start_ = -1; return; }