mirror of https://github.com/KLayout/klayout.git
MERGE: fixed a typo in the undo title.
This commit is contained in:
parent
e56aac2859
commit
2ffe3f2fbd
|
|
@ -5898,7 +5898,7 @@ LayoutView::cm_cell_show ()
|
|||
std::vector<HierarchyControlPanel::cell_path_type> paths;
|
||||
mp_hierarchy_panel->selected_cells (active_cellview_index (), paths);
|
||||
|
||||
manager ()->transaction (tl::to_string (QObject::tr ("Hide cell")));
|
||||
manager ()->transaction (tl::to_string (QObject::tr ("Show cell")));
|
||||
|
||||
for (std::vector<HierarchyControlPanel::cell_path_type>::const_iterator p = paths.begin (); p != paths.end (); ++p) {
|
||||
if (! p->empty ()) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue