added table export, try to fix escaped expression uuid bug
This commit is contained in:
committed by
Jeff Young
parent
26531bb25d
commit
cdc1c417ff
@@ -115,6 +115,7 @@ wxString ExpandTextVars( const wxString& aSource, const std::function<bool( wxSt
|
||||
else
|
||||
newbuf.append( wxT( "AT{" ) );
|
||||
i++; // Skip the '{'
|
||||
braceDepth++; // Account for the '{' we just skipped
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user