[LyX/master] The hard-coding of word_wrap has been fixed at bf88ad49.

2020-06-22 Thread Jean-Marc Lasgouttes
commit f96e2f3a6a182466d5322c1d6a9911e0fca68b7b Author: Jean-Marc Lasgouttes Date: Tue Jun 23 00:09:13 2020 +0200 The hard-coding of word_wrap has been fixed at bf88ad49. --- src/Row.cpp |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/Row.cpp b/src/Row.cpp in

[LyX/master] Use new rowFlags() values to remove some inset hardcoding.

2020-06-22 Thread Jean-Marc Lasgouttes
commit ba738d0167bcea87df47f49b1bc90b04ae4dbd68 Author: Jean-Marc Lasgouttes Date: Mon Jun 22 23:11:40 2020 +0200 Use new rowFlags() values to remove some inset hardcoding. The enum DisplayType is replaced with the flags RowFlags that can be combined. Here is the correspondence