From: Juergen Spitzmueller Date: Sat, 12 Aug 2017 07:24:01 +0000 (+0200) Subject: Forgot this one. X-Git-Tag: 2.3.0beta1~19 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=e9c9ad805595b50aa311d6ac2498386a3debb883;p=features.git Forgot this one. --- diff --git a/src/Buffer.cpp b/src/Buffer.cpp index d7e827fc2a..9c42b07e7f 100644 --- a/src/Buffer.cpp +++ b/src/Buffer.cpp @@ -4912,8 +4912,10 @@ void Buffer::Impl::setLabel(ParIterator & it, UpdateType utype) const switch (par.itemdepth) { case 2: enumcounter += 'i'; + // fall through case 1: enumcounter += 'i'; + // fall through case 0: enumcounter += 'i'; break;