Merge pull request #808 from sobjornstad/reposition-highlight

Start with default value in reposition spinbox selected
This commit is contained in:
Damien Elmes 2020-11-06 11:09:15 +10:00 committed by GitHub
commit ecab88d8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()