Maybe someone can track this one down for me. Here, math is always
false:

void LyXView::updateToolbar()
{
        bool const math = bufferview_->cursor().inMathed();
        bool const table =
                getLyXFunc().getStatus(FuncRequest(LFUN_LAYOUT_TABULAR)).enabled();
        toolbar_->update(math, table);
}

-- 
Angus

Reply via email to