On Thu, 11 Sep 2014 07:51:20 -0700 (PDT) "Edward K. Ream" <[email protected]> wrote:
> Ok. Got up the nerve to press the buttons. They apparently copy > settings to the clipboard. > > There are problems. After copying a few things to the clipboard I > get these messages. > > QColor::setNamedColor: Unknown color name > 'c59171ca970e1f01caaa355b04114f7527639008' > QColor::setNamedColor: Unknown color name 'Raavi' (a font name) > > Maybe the settings are appended to the clipboard rather than > replacing it. I think the problem is it tries to pre-set the color selector with the color already on the clipboard, and if the content of the clipboard is not a color, it needs to ignore it quietly, not whine about it, so probably just a try: / except ExceptionName: pass needed. > Might be related to the pre-1900 problem? :-) That was a joke, right? :-) Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
