-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Lab - reload surface mesh with selection #8647
Copy link
Copy link
Labels
Milestone
Description
Issue Details
- Load a surface mesh, and a selection (either from two separate files or stored in one file like
.omfile format - make operations (or not)
- click "Reload Item From File"
Depending on the operations scenario, Lab either crashes, or does not reload the selection.
Indeed, in MainWindow.cpp, the function reloadItem() does not take into account the "dependent" items like the selection_item. This should be fixed
Environment
- CGAL version: 6.0.1
Reactions are currently unavailable