don't clear selection either

This commit is contained in:
Damien Elmes 2009-02-08 16:30:24 +09:00
parent 4d4fb8adba
commit 8484bcc653

View file

@ -559,7 +559,6 @@ class FactEditor(object):
w.setTextColor(new) w.setTextColor(new)
# now we clear the selection # now we clear the selection
if haveSel: if haveSel:
cursor.clearSelection()
w.setTextCursor(cursor) w.setTextCursor(cursor)
self.fontChanged = True self.fontChanged = True