Skip to content

批量显示、隐藏category后显示异常 #147

Description

@coder-j-L

for(auto& category : ribbonBar()->categoryPages())
{
ribbonBar()->hideCategory(category);
}

SARibbonCategory* new_category = ribbonBar()->addCategoryPage(tr("New"));
new_category->addAction()
....

在类似操作后,页面显示出现错误,具体表现为当前页面下的action显示错误

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions