Merge pull request #808 from sobjornstad/reposition-highlight
Start with default value in reposition spinbox selected
This commit is contained in:
commit
ecab88d8c5
@ -1743,6 +1743,7 @@ where id in %s"""
|
|||||||
txt = _("Queue top: %d") % pmin
|
txt = _("Queue top: %d") % pmin
|
||||||
txt += "\n" + _("Queue bottom: %d") % pmax
|
txt += "\n" + _("Queue bottom: %d") % pmax
|
||||||
frm.label.setText(txt)
|
frm.label.setText(txt)
|
||||||
|
frm.start.selectAll()
|
||||||
if not d.exec_():
|
if not d.exec_():
|
||||||
return
|
return
|
||||||
self.model.beginReset()
|
self.model.beginReset()
|
||||||
|
Loading…
Reference in New Issue
Block a user