diff options
author | Josh Blum <josh@joshknows.com> | 2011-04-13 22:18:12 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-04-13 22:18:12 -0700 |
commit | e762abc703e3224b54466685bf51b3fa90ee8edc (patch) | |
tree | f84263709f0bfe21e841a00dbf3e71d96c325206 /grc/python | |
parent | e8ff9ef4bb77517428e1208ff4b3551a38107bbd (diff) |
grc: stop the top block after qapp exec for qtgui generation
Diffstat (limited to 'grc/python')
-rw-r--r-- | grc/python/flow_graph.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl index e16e86f5b7..7a74cf84c1 100644 --- a/grc/python/flow_graph.tmpl +++ b/grc/python/flow_graph.tmpl @@ -242,6 +242,7 @@ if __name__ == '__main__': #end if tb.show() qapp.exec_() + tb.stop() #elif $generate_options == 'no_gui' tb = $(class_name)($(', '.join($params_eq_list))) #set $run_options = $flow_graph.get_option('run_options') |