mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ed5ac9159e
commit
ad0ffcaadd
@ -262,7 +262,7 @@ class Template(list):
|
|||||||
if not m.is_deleted:
|
if not m.is_deleted:
|
||||||
m.text = ts.text
|
m.text = ts.text
|
||||||
for x in self:
|
for x in self:
|
||||||
if x.num > ts.num:
|
if x.num > ts.num and not x.is_deleted:
|
||||||
self.active_tab_stop = x
|
self.active_tab_stop = x
|
||||||
x.set_editor_cursor(editor)
|
x.set_editor_cursor(editor)
|
||||||
return x
|
return x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user