Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/TextThought.py
diff options
context:
space:
mode:
authorDonScorgie <DonScorgie@8f060a39-251c-0410-b1f3-431655927647>2006-11-05 15:52:11 (GMT)
committer DonScorgie <DonScorgie@8f060a39-251c-0410-b1f3-431655927647>2006-11-05 15:52:11 (GMT)
commit01dabf76a1fe49b6668a9faaa842c72005fab73a (patch)
tree6860d3771907503c13de70bbdbafa3d74d343408 /src/TextThought.py
parent737d03ab5e388e163cb57d692a417325ae9e99e1 (diff)
* src/TextThought.py:
Don't draw selected text when not editing git-svn-id: http://labyrinth.googlecode.com/svn/trunk@115 8f060a39-251c-0410-b1f3-431655927647
Diffstat (limited to 'src/TextThought.py')
-rw-r--r--src/TextThought.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/TextThought.py b/src/TextThought.py
index 74f318e..7e4e638 100644
--- a/src/TextThought.py
+++ b/src/TextThought.py
@@ -217,6 +217,7 @@ class TextThought (BaseThought.BaseThought):
self.editing = False
self.end_index = self.index
self.emit ("update_links")
+ self.recalc_edges ()
if len (self.text) == 0:
self.emit ("delete_thought")