It looks like you're new here. If you want to get involved, click one of these buttons!
Just spotted method/transaction inconsistency in src/laybasic/laybasic/layLayoutView.cc:
void
LayoutView::cm_cell_show ()
{
...
    manager ()->transaction (tl::to_string (QObject::tr ("Hide cell"))); 
...
}
                
Comments
You're right of course. Thanks again