Fixed Invalid message for DSOPanel (MSWord)
Comment-out unused varaible Calculate Table Width and Location Fixed Arrow-Up and Arrow-Down to account for Tables Adjust Table location based upon the width of the Table
This commit is contained in:
@@ -58,7 +58,7 @@ namespace Volian.Controls.Library
|
||||
// split text into lines
|
||||
string[] breaks = { "\r\n" };
|
||||
string[] lines = txt.Split(breaks, StringSplitOptions.None);
|
||||
string lastLine = lines[lines.Length - 1];
|
||||
//string lastLine = lines[lines.Length - 1];
|
||||
foreach (string line in lines)
|
||||
Add(new RtfLine(line));
|
||||
}
|
||||
|
Reference in New Issue
Block a user