Actions
Bug #193
closedtyping error in Documents.SetPageOp.Do
Start date:
12/03/2018
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
In the procedure Documents.SetPageOp.Do a typing error should be fixed.
wrong is:
op.ph := d.ph;
correct is:
op.pw := pw;
Reported by Ivan Denisov
Actions