]> git.lyx.org Git - features.git/commit
DocBook: for computing font changes, simplify code by removing state evolution from...
authorThibaut Cuvelier <tcuvelier@lyx.org>
Mon, 26 Dec 2022 01:45:03 +0000 (02:45 +0100)
committerThibaut Cuvelier <tcuvelier@lyx.org>
Tue, 27 Dec 2022 00:58:48 +0000 (01:58 +0100)
commited7072985e6a76a8013ea670728fc40e6359c723
tree2dfe5cd5ffcb6c8d493d532cf18657fa8ab63939
parent2b03f0a2c1d9becc3261a97fecd3aab8f6e518c6
DocBook: for computing font changes, simplify code by removing state evolution from iteration to iteration. This surely makes the code slightly slower (although the compiler should be smart enough), but (much) easier to reason about.
src/Paragraph.cpp