Run print dialog in the background.
svn: r1935
This commit is contained in:
parent
acf2b32c20
commit
9ce56865c5
@ -291,7 +291,7 @@ class GraphVizDialog(Report.ReportDialog):
|
|||||||
|
|
||||||
if self.print_report.get_active ():
|
if self.print_report.get_active ():
|
||||||
os.environ["DOT"] = self.target_path
|
os.environ["DOT"] = self.target_path
|
||||||
os.system ('dot -Tps "$DOT" | %s' %
|
os.system ('dot -Tps "$DOT" | %s &' %
|
||||||
self.get_print_dialog_app ())
|
self.get_print_dialog_app ())
|
||||||
|
|
||||||
#------------------------------------------------------------------------
|
#------------------------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user