mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Final touch on lyxgreyedout
This commit is contained in:
parent
e3e8b600eb
commit
65af4e44bb
@ -554,11 +554,10 @@ docstring const lyxgreyedoutDef(bool const rtl, bool const ct, bool const lua, b
|
||||
ods << " \\if@rl%\n";
|
||||
ods << " \\everypar{%\n";
|
||||
if (lua)
|
||||
ods << " \\pardir TRT \\textdir TRT\\textcolor{note_fontcolor}\\ignorespaces%\n"
|
||||
<< " }%\n";
|
||||
ods << " \\pardir TRT \\textdir TRT\\textcolor{note_fontcolor}\\ignorespaces%\n";
|
||||
else
|
||||
ods << " \\textcolor{note_fontcolor}\\beginL\\ignorespaces%\n"
|
||||
<< " }%\n";
|
||||
ods << " \\textcolor{note_fontcolor}\\beginL\\ignorespaces%\n";
|
||||
ods << " }%\n";
|
||||
if (ct)
|
||||
ods << " \\colorlet{lyxadded}{lyxadded!30}\\colorlet{lyxdeleted}{lyxdeleted!30}%\n";
|
||||
if (lua)
|
||||
|
Loading…
x
Reference in New Issue
Block a user