From 07216856dbea356fed37858c90249add1b42d661 Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Mon, 24 Feb 2020 15:19:50 -0500 Subject: fixed colorizing templated documents by setting _backgroundColor instead of backgroundColor --- src/client/views/InkingControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/client/views/InkingControl.tsx b/src/client/views/InkingControl.tsx index 812b57196..374c2df27 100644 --- a/src/client/views/InkingControl.tsx +++ b/src/client/views/InkingControl.tsx @@ -47,7 +47,7 @@ export class InkingControl { if (StrCast(Doc.Layout(view.props.Document).layout).indexOf("FormattedTextBox") !== -1 && FormattedTextBox.HadSelection) { Doc.Layout(view.props.Document).color = CurrentUserUtils.UserDocument.inkColor; } else { - Doc.Layout(view.props.Document).backgroundColor = CurrentUserUtils.UserDocument.inkColor; + Doc.Layout(view.props.Document)._backgroundColor = CurrentUserUtils.UserDocument.inkColor; // '_backgroundColor' is template specific. 'backgroundColor' would apply to all templates, but has no UI at the moment } } }); -- cgit v1.2.3-70-g09d2