mirror of https://github.com/KLayout/klayout.git
Bugfix - missed return value.
This commit is contained in:
parent
50a9f7004e
commit
a323bb98ba
|
|
@ -945,6 +945,7 @@ LayoutView::configure (const std::string &name, const std::string &value)
|
||||||
tl::from_string (value, m);
|
tl::from_string (value, m);
|
||||||
mp_hierarchy_panel->set_cell_copy_mode (m);
|
mp_hierarchy_panel->set_cell_copy_mode (m);
|
||||||
}
|
}
|
||||||
|
return true;
|
||||||
|
|
||||||
} else if (name == cfg_cell_list_sorting) {
|
} else if (name == cfg_cell_list_sorting) {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue