Use UI_in_project_context() in branchesmenu.cpp
This commit is contained in:
parent
c3982c8902
commit
4a005292d7
1 changed files with 1 additions and 1 deletions
|
@ -397,5 +397,5 @@ void branches_menu::update()
|
|||
|
||||
bool branches_menu::any_enabled()
|
||||
{
|
||||
return inst.project->get();
|
||||
return UI_in_project_context(inst);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue