Largely successful attempts to get better spacing
in RTF. This may temporarily break WinHelp RTF but the priority right now is Word RTF. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25908 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1184,7 +1184,7 @@ void HTMLOnMacro(int macroId, int no_args, bool start)
|
||||
{
|
||||
if (start)
|
||||
{
|
||||
if (inVerbatim)
|
||||
if (TRUE) // (inVerbatim)
|
||||
TexOutput(_T("~"));
|
||||
else
|
||||
TexOutput(_T(" "));
|
||||
|
Reference in New Issue
Block a user