I see that the docstring for main_wrapper in boilerplate.py in the samples 
directory includes:

The main_wrapper() function disables redrawing, ... 

but then I don't see code for doing that in the "try" block.  The "finally" 
block has:

if scribus.haveDoc():
    scribus.setRedraw(True)

so I'm wondering if the "try" block should include:

if scribus.haveDoc():
    scribus.setRedraw(False)

Thanks.


--

  Matt Miller
  mailto:matt.mil...@fastmail.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.scribus.net/pipermail/scribus/attachments/20210304/199bd87a/attachment.htm>
___
Scribus Mailing List: scribus@lists.scribus.net
Edit your options or unsubscribe:
http://lists.scribus.net/mailman/listinfo/scribus
See also:
http://wiki.scribus.net
http://forums.scribus.net

Reply via email to