Enabling context writing also for top cells - this allows the OASIS writer to generate proxy cells on output during fix of issue #2350

This commit is contained in:
Matthias Koefferlein 2026-05-25 01:13:58 +02:00
parent 37977d21e9
commit 7508c8e4a4
1 changed files with 1 additions and 6 deletions

View File

@ -3032,12 +3032,7 @@ Layout::has_context_info (cell_index_type cell_index) const
}
}
const db::Cell &cref = cell (cell_index);
if (cref.is_proxy () && ! cref.is_top ()) {
return true;
} else {
return false;
}
return cell (cell_index).is_proxy ();
}
bool