From a2fcadaef3c3947c1aa487be24f9f7eb28e253ec Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sun, 20 Oct 2013 22:52:52 +0200 Subject: [PATCH] osmocom_fft: Use the new WX version of fosphor sink Signed-off-by: Sylvain Munaut --- apps/osmocom_fft | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/osmocom_fft b/apps/osmocom_fft index 399026d..733dd89 100755 --- a/apps/osmocom_fft +++ b/apps/osmocom_fft @@ -175,7 +175,7 @@ class app_top_block(stdgui2.std_top_block, pubsub): if options.fosphor: from gnuradio import fosphor - self.scope = fosphor.glfw_sink_c() + self.scope = fosphor.wx_sink_c(panel, size=(800,300)) elif options.waterfall: self.scope = waterfallsink2.waterfall_sink_c (panel, fft_size=options.fft_size,