make sure to start the timebox from a click too

This commit is contained in:
Damien Elmes 2012-05-05 00:10:20 +09:00
parent cfa95af722
commit 6c0c6b5fec

View file

@ -69,6 +69,7 @@ class Toolbar(object):
elif l == "study":
# if overview already shown, switch to review
if self.mw.state == "overview":
self.mw.col.startTimebox()
self.mw.moveToState("review")
else:
self.mw.onOverview()