]> OCCT Git - occt.git/commit
0031856: Draw Harness - ReadStep should propagate progress indicator
authorkgv <kgv@opencascade.com>
Sat, 17 Oct 2020 11:04:49 +0000 (14:04 +0300)
committerbugmaster <bugmaster@opencascade.com>
Tue, 20 Oct 2020 15:16:09 +0000 (18:16 +0300)
commit1877dc98c980ca3a76f9c77119359e303188c09b
tree0d71644f003e6faeedb177c764f994216f1b9b8b
parent3e98579a83407ad735edb508446ff3ed761e3c8c
0031856: Draw Harness - ReadStep should propagate progress indicator

Added progress indication to commands ReadStep, WriteStep, ReadIges, WriteIges, XOpen, XSave.

Draw_ProgressIndicator::Reset() now backups Tcl result string before evaluating command,
so that Draw_ProgressIndicator destructor will not eat error/result message in main command.
src/Draw/Draw_ProgressIndicator.cxx
src/XDEDRAW/XDEDRAW.cxx
src/XDEDRAW/XDEDRAW_Common.cxx