mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 01:14:35 +02:00
Bugfix - missed return value.
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user