mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
don't clear selection either
This commit is contained in:
parent
4d4fb8adba
commit
8484bcc653
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue