View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000301 | FreeCAD | Bug | public | 2011-03-05 10:02 | 2011-03-07 20:26 |
| Reporter | unauthenticated | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | won't fix | ||
| Product Version | 0.11 | ||||
| Summary | 0000301: undo will hide the whole shape | ||||
| Description | part design-> create a box -> select a face (still in top view)-> create Sketch -> draw box -> Pad -> go to right view -> draw a box in Sketcher -> Pocket -> Undo -> undo Pocket will hide the whole shape FreeCAD_0.11.4193_x86_RC_bin.7z | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
|
This is because operations in the GUI of a model are not stored in the undo/redo framework but only changes on the data model. |
|
|
Unfortunately the Undo of hide/show is not yet implemented. Every modeling step hide the step before. The undo recover the old data but you have to make it visibly on your own... |
|
|
Its not a bug, its a not yet implemented feature. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2011-03-05 10:02 | unauthenticated | New Issue | |
| 2011-03-06 14:14 | wmayer | Note Added: 0000693 | |
| 2011-03-07 20:25 |
|
Note Added: 0000702 | |
| 2011-03-07 20:26 |
|
Note Added: 0000703 | |
| 2011-03-07 20:26 |
|
Status | new => closed |
| 2011-03-07 20:26 |
|
Resolution | open => won't fix |
FreeCAD