13
0

no-op - comment/whitespace fixes.

This commit is contained in:
nick_m 2017-03-05 05:34:41 +11:00
parent 5c741b7a07
commit 2780662432

View File

@ -1922,7 +1922,7 @@ Editor::add_region_context_items (Menu_Helpers::MenuList& edit_items, boost::sha
_popup_region_menu_item->set_label (menu_item_name);
}
/* No latering allowed in later is higher layering model */
/* No layering allowed in later is higher layering model */
RefPtr<Action> act = ActionManager::get_action (X_("EditorMenu"), X_("RegionMenuLayering"));
if (act && Config->get_layer_model() == LaterHigher) {
act->set_sensitive (false);