On Fri, Sep 12, 2014 at 11:41 AM, 'Terry Brown' via leo-editor <[email protected]> wrote:
>> 2. The button reported: "WARNING: styles in use do not match applied >> styles" and then changed the styles. > > I think that's bogus Hehe. The check is hosed because DynamicWindow.setStyleSheets concatenates the contents of both:: @data qt-gui-plugin-style-sheet and @data qt-gui-user-style-sheet but the full check compares the result only to @data qt-gui-plugin-style-sheet. I'll fix this soon. But as you say, the check is not really essential. At present, the check succeeds in "safe" mode because the code then compares only the @data qt-gui-plugin-style-sheet text. I have refactored the style-reload command so it uses a separate class. The command is easily important (and complex!) enough to deserve this treatment. The new code is at rev 938b8da. I'll be hacking on it for awhile longer until *everything* works. A day or so, I would guess. EKR -- 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.
