From: Jean-Marc Lasgouttes Date: Fri, 22 Apr 2016 10:11:00 +0000 (+0200) Subject: Fix horizontal scrolling in full-width collapsable insets X-Git-Tag: 2.2.1~140 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=1fd39e2974a58ebe6e8fa595ad2880ef4b2676cf;p=features.git Fix horizontal scrolling in full-width collapsable insets While a one paragraph large collapsable inset (containing for example a tabular) could be very wide and trigger horizontal scrolling, the code that makes collapsable insets wide when they contain several paragraphs would actually make them narrower in this case. Typical example is a wide tabular and a caption in a table float, where horizontal scrolling would not trigger. (cherry picked from commit 8c7ace4b on 2.3.0-staging) --- diff --git a/status.22x b/status.22x index f1779cf02d..64c5624bd9 100644 --- a/status.22x +++ b/status.22x @@ -81,6 +81,9 @@ What's new - Display the correct column alignment and a better column spacing in AMS environments (bugs 1861, 9908). +- Fix horizontal scrolling feature when inside a collapsable inset + with several paragraphs. + - Fix display of collapsable insets when the same document is shown in two views with different width (bug 9756).