Bugfix - missed return value.

This commit is contained in:
Matthias Koefferlein 2024-07-20 00:54:48 +02:00
parent 50a9f7004e
commit a323bb98ba
1 changed files with 1 additions and 0 deletions

View File

@ -945,6 +945,7 @@ LayoutView::configure (const std::string &name, const std::string &value)
tl::from_string (value, m);
mp_hierarchy_panel->set_cell_copy_mode (m);
}
return true;
} else if (name == cfg_cell_list_sorting) {