From e762abc703e3224b54466685bf51b3fa90ee8edc Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 13 Apr 2011 22:18:12 -0700 Subject: grc: stop the top block after qapp exec for qtgui generation --- grc/python/flow_graph.tmpl | 1 + 1 file changed, 1 insertion(+) (limited to 'grc/python/flow_graph.tmpl') diff --git a/grc/python/flow_graph.tmpl b/grc/python/flow_graph.tmpl index e16e86f5b..7a74cf84c 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') -- cgit