Added support for iTextSharp
Changed code that determines line color for thin lines. Temporary fix for "*Resolved Transition Text*" bug Removed Comment
This commit is contained in:
@@ -2292,11 +2292,6 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
public void OutlineTable(bool withBorder)
|
||||
{
|
||||
//if (_MyItemInfo.ItemID == 64671)
|
||||
//{
|
||||
// Console.WriteLine("TABLE");
|
||||
// Console.WriteLine("WIDTH {0}", this.Width);
|
||||
//}
|
||||
if (_MyStepItem != null) // Set the width based upon the contents
|
||||
{
|
||||
int newwidth = (int)_MyStepItem.TableWidth(Font, Text, true);
|
||||
@@ -2371,7 +2366,6 @@ namespace Volian.Controls.Library
|
||||
}
|
||||
return w;
|
||||
}
|
||||
//private string RemoveLinkComments(string line)
|
||||
internal static string RemoveLinkComments(string line)
|
||||
{
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
Reference in New Issue
Block a user