aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwustho <benawiadha@gmail.com>2020-04-18 09:54:09 +0700
committerwustho <benawiadha@gmail.com>2020-04-18 09:54:09 +0700
commitb9aefba78d31697a99fe9a135bde25bfb0b1a90e (patch)
treea229233136b80301d3cc4cab491c930b4faaf894
parent5627f62fd48e9ac974af66be091f74e9cead3314 (diff)
downloadepy-b9aefba78d31697a99fe9a135bde25bfb0b1a90e.tar.gz
Fixed bookmarks() window won't close when WINKEYS pressed.
-rwxr-xr-xepy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/epy.py b/epy.py
index 146c378..df44340 100755
--- a/epy.py
+++ b/epy.py
@@ -1307,6 +1307,7 @@ def reader(ebook, index, width, y, pctg, sect):
else:
idxchoice = bookmarks(ebook.path)
if idxchoice in WINKEYS:
+ k = idxchoice
continue
elif idxchoice is not None:
bmtojump = STATE["States"][ebook.path]["bmarks"][idxchoice]