Hi Detlev, I don't have a specific answer re shell fonts, but on a general note, the 'unregister timer' message happens for me if I subclass a Qt class, re- implement an event and then forget to call the parent class's event method.
I found it very easy to miss this error in the code when trying to find the cause as I was properly calling the superclass's init method, just not the event handling method. (You can see my questions on the PyQt mailling list from 2nd&3rd May for a more in depth example re the FocusOut event of a QTextEdit - Hans-Peter Jansen provided the answer to me). Could something similar be happening here? HTH. Cheers Brad Ralph On Thu, 19 May 2011 03:12:24 am Detlev Offenbach wrote: > On Dienstag, 17. Mai 2011, Victor Varvariuc wrote: > > I am trying to set shell font to Droid Mono. > > But after restart the font reverts back to default font. > > It works for me. > > > Also when i press apply and then ok in shell settings i get this error: > > > > Warning: > > Application asked to unregister timer 0x4c000031 which is not registered > > in this thread. Fix application. > > I am receiving this as well. However, I could not find a place in eric4 or > eric5 that would this. I suspect either a change in Qt or in PyQt4/sip. > However, if somebody has some hints I would appreciate to get them. > > > Python > > > > 2.7.1+ > > > > KDE > > > > 4.6.2 > > > > PyKDE > > > > 4.0.2 > > > > Qt > > > > 4.7.2 > > > > PyQt > > > > 4.8.3 > > > > sip > > > > 4.12.1 > > > > QScintilla > > > > 2.4.5 > > > > eric4 > > > > 4.5-snapshot-20110501 (r4007) _______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
