Martin Vermeer wrote:

> Ah... this did work OK earlier. Could it have to do with the change
> in the ColorHandler logic -- a lack of refresh of the colour lookup
> table?

With this it works again:
bool LColor::setColor(string const & lyxname, string const & x11name)
{
        if (pimpl_->transform.find(lyxname) == pimpl_->transform.end()) {
                fill(static_cast<color>(size()),
                     lyxname, x11name, string(), lyxname);
        }

which also enables me to make that dangerous LColor::fill private.

-- 

Reply via email to