View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000917 | FreeCAD | Bug | public | 2012-12-17 18:11 | 2012-12-21 12:52 |
Reporter | wmayer | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 0.13 | Fixed in Version | 0.13 | ||
Summary | 0000917: Task watcher doesn't update on object creation/destruction | ||||
Description | http://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=3&t=3327 | ||||
Tags | No tags attached. | ||||
FreeCAD Information | |||||
|
It updates on selection change, why should it update on delete? |
|
Check the link. If you create a document in Part design you get a list of commands such as one to create a sketch. If you undo it the list remains empty. |
|
Ah, I see. Seams the undo doesen't trigger the selection observer even if the object removed is selected. |
|
commit: f9da20f097ccebed845c9f487db2303a0764f2d1 Selection get updated before document is empty, there fore empty document watcher is not working. I inserted a empty selection watcher for that commands. Anyway, PartDesign Watcher get reworked for the Assembly branch... |
|
This commit doesn't make a big difference. I think it's not a question of how the watcher works but rather that it is NOT triggered for undo/redo. My initial thought was to connect it to the create/delete object signals but this might be a bit overkill. |
|
git show b52f67f |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-12-17 18:11 | wmayer | New Issue | |
2012-12-17 18:12 | wmayer | Target Version | => 0.14 |
2012-12-19 16:14 |
|
Note Added: 0002671 | |
2012-12-19 17:53 | wmayer | Note Added: 0002672 | |
2012-12-20 11:28 |
|
Status | new => assigned |
2012-12-20 11:28 |
|
Assigned To | => Jriegel |
2012-12-20 11:29 |
|
Note Added: 0002676 | |
2012-12-20 11:29 |
|
Status | assigned => confirmed |
2012-12-20 15:31 |
|
Target Version | 0.14 => 0.13 |
2012-12-20 17:17 |
|
Note Added: 0002680 | |
2012-12-20 17:17 |
|
Status | confirmed => resolved |
2012-12-20 17:17 |
|
Fixed in Version | => 0.13 |
2012-12-20 17:17 |
|
Resolution | open => fixed |
2012-12-21 10:58 | wmayer | Note Added: 0002743 | |
2012-12-21 12:52 | wmayer | Note Added: 0002744 | |
2012-12-21 12:52 | wmayer | Status | resolved => closed |