| Summary: | Undo of insert eats my text | ||
|---|---|---|---|
| Product: | [Applications] calligraformula | Reporter: | Thomas Zander <zander> |
| Component: | general | Assignee: | Alfredo Beaumont <alfredo.beaumont> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | alfredo.beaumont |
| Priority: | NOR | ||
| Version First Reported In: | 1.x | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Zander
2006-12-03 22:36:49 UTC
SVN commit 624649 by abeaumont:
Fix deletion of symbol elements
BUG: 138314
M +1 -1 formulacursor.cc
--- branches/koffice/1.6/koffice/lib/kformula/formulacursor.cc #624648:624649
@@ -391,7 +391,7 @@
mainChild->selectAllChildren(this);
remove(childrenList);
}
- element->getParent()->moveRight(this, element);
+ element->getParent()->selectChild(this, element);
setSelection(false);
remove(list);
insert(childrenList, direction);
|