Wire up the views.
This commit is contained in:
@ -205,7 +205,7 @@ namespace zaaReloaded2.Formatter
|
||||
/// FormatElementBase children to process.</param>
|
||||
public void ProcessAllTimePoints(ControlElementBase controlElement)
|
||||
{
|
||||
ProcessAllTimePoints(controlElement.FormatElements);
|
||||
ProcessAllTimePoints(controlElement.Children);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@ -297,7 +297,7 @@ namespace zaaReloaded2.Formatter
|
||||
throw new ArgumentNullException("workingTimePoints");
|
||||
|
||||
WorkingTimePoints = workingTimePoints;
|
||||
ProcessElements(controlElement.FormatElements);
|
||||
ProcessElements(controlElement.Children);
|
||||
if (_primaryBuffer.HasBufferedText)
|
||||
{
|
||||
_primaryBuffer.Prepend(
|
||||
|
Reference in New Issue
Block a user