discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] grc bug with deleting elements


From: Josh Blum
Subject: Re: [Discuss-gnuradio] grc bug with deleting elements
Date: Thu, 07 May 2009 09:39:26 -0700
User-agent: Thunderbird 2.0.0.21 (X11/20090409)

Can you go into grc/src/gui/ActionHandler.py and comment out line 85

"if gtk.events_pending(): return True"

The line is supposed to keep keyboard events from queuing up, but maybe for you, it is preventing events when it should not. Which means gtk.events_pending() may have different implementation, which means its unreliable, which means that I cant use it....

So, does commenting out that line fix the problem for you?

-Josh

feldmaus wrote:
Hi All,

i compiled today(2009-05-07) the gnuradio from trunk(svn).
The grc seems buggy. if i want to delete elements by
pressing the del button, i have to press some more times
the del button.

regards markus



_______________________________________________
Discuss-gnuradio mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]