Use UI_in_project_context() in branchesmenu.cpp

This commit is contained in:
Ilari Liusvaara 2014-06-09 18:45:47 +03:00
parent c3982c8902
commit 4a005292d7

View file

@ -397,5 +397,5 @@ void branches_menu::update()
bool branches_menu::any_enabled()
{
return inst.project->get();
return UI_in_project_context(inst);
}