| Article | 70000372 |
| Type | Bug |
| Product | Engine |
| Version | 7003 |
| Date Added | 3/26/2015 |
| Fixed | (3/26/2015) |
| Submitted by | Thomas Müller |
Summary
After the new command and setting background different than black a part of the drawing area stays black. This happens with the VectorDrawBaseControl and in order to reproduce it you should use the following commands in a maximized window: BaseControl.ActiveDocument.New(); BaseControl.ActiveDocument.ActiveLayOut.BkColorEx = Color.FromArgb(255,110,110,110); BaseControl.ActiveDocument.Redraw(true);
Solution
Fixed in 7004.0.1
