B2011-030 - ColorConfig.ColorFromString failed on an empty string.
B2010-004 - AdjustLocation should only be called for Visible StepItems
This commit is contained in:
@@ -1687,20 +1687,23 @@ namespace Volian.Controls.Library
|
||||
_WatchThis=watchThis;
|
||||
return;
|
||||
}
|
||||
if (RNOBelow) // Adjust substeps first
|
||||
if (Visible) // Only Adjust Location if StepItem is visible
|
||||
{
|
||||
//Console.WriteLine("RNOBelow");
|
||||
AdjustLocation();
|
||||
MoveRNO();
|
||||
}
|
||||
else // Adjust RNO First
|
||||
{
|
||||
if (RNORight)
|
||||
if (RNOBelow) // Adjust substeps first
|
||||
{
|
||||
//Console.WriteLine("RNORight");
|
||||
//Console.WriteLine("RNOBelow");
|
||||
AdjustLocation();
|
||||
MoveRNO();
|
||||
}
|
||||
AdjustLocation();
|
||||
else // Adjust RNO First
|
||||
{
|
||||
if (RNORight)
|
||||
{
|
||||
//Console.WriteLine("RNORight");
|
||||
MoveRNO();
|
||||
}
|
||||
AdjustLocation();
|
||||
}
|
||||
}
|
||||
Moving = false;
|
||||
StepItem btm = BottomMostStepItem;
|
||||
|
Reference in New Issue
Block a user