summaryrefslogtreecommitdiffstats
path: root/kig/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'kig/TODO')
-rw-r--r--kig/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/kig/TODO b/kig/TODO
index a6f97fe3..717d5124 100644
--- a/kig/TODO
+++ b/kig/TODO
@@ -102,8 +102,8 @@
- extend ObjectFactory::sensiblePointCalcer to also construct
intersection points of stuff... (pino: done for lines)
-- when moving an object that wants to move its tqparents, try to check if
- it is itself not an indirect child of one of the tqparents it is
+- when moving an object that wants to move its parents, try to check if
+ it is itself not an indirect child of one of the parents it is
trying to move, and forbid the move in that case, as it will lead
to chaotic behaviour. I am not sure if this is really well
possible, but I have to look at it.