diff --git a/qt/aqt/browser.py b/qt/aqt/browser.py index 705044d12..34d5b763e 100644 --- a/qt/aqt/browser.py +++ b/qt/aqt/browser.py @@ -1743,6 +1743,7 @@ where id in %s""" txt = _("Queue top: %d") % pmin txt += "\n" + _("Queue bottom: %d") % pmax frm.label.setText(txt) + frm.start.selectAll() if not d.exec_(): return self.model.beginReset()