#120 closed defect (fixed)
erroneous calculation of LinkNode positions in undo: Fit Module Size To Content
Reported by: | steinmet | Owned by: | steinmet |
---|---|---|---|
Priority: | minor | Milestone: | Promot 0.8.2 |
Component: | PromotGuiVizEdit | Version: | 0.8.0 |
Severity: | bad | Keywords: | |
Cc: |
Description
all LinkNodes? have an offset in their position after undoing the action CmdSetModelSize? with type "SIZE_FIT".
Change History (4)
comment:1 Changed 17 years ago by steinmet
- Version set to 0.8.0
comment:2 Changed 17 years ago by rempel
comment:3 Changed 17 years ago by steinmet
- Resolution set to fixed
- Status changed from new to closed
Partial solution by r7980 (java workaround) error lies in setMdlCommand-method. Workaround should be extended for edge-points.
The above described undo for moving LinkNodes? works fine! The number of stored undo/redo actions can be configured in the Browser-Options..
comment:4 Changed 16 years ago by mirschel
- Milestone changed from Promot 0.9 to Promot 0.8.2
Note: See
TracTickets for help on using
tickets.
Problem seems to be more general. undo for moving linkNodes does not always work correctly if you move a linkNode several times during a short period of time. 1 move: undo works fine, but more moves (in short time) result in less undo actions than move-actions. for example only 2 undos for 3 moves, so only first or second change can be restored.