Defer update of warning indicator until workspace rendered
Warning indicator counters were 0 even if there were warnings in the workspace. This was due to a combination of optimizations where the warnings aren't computed if the workspace isn't rendered and the indicator isn't created until the first rendering pass. This means that when the indicator is rendered it has not been updated with the results of any error checking passes have been made. Fixes #953 Change-Id: I5641c6444efeab9228efca5a74a78ed3a4577484
Showing
Please register or sign in to comment