if text is given for input_entry select it by default [so user can just type and replace it
This commit is contained in:
parent
9de8bdf86d
commit
afe2de643c
1 changed files with 1 additions and 0 deletions
|
@ -428,6 +428,7 @@ class Input_dialog:
|
|||
label.set_text(label_str)
|
||||
if input_str:
|
||||
self.input_entry.set_text(input_str)
|
||||
self.input_entry.select_region(0, -1) # select all
|
||||
|
||||
|
||||
class Error_dialog:
|
||||
|
|
Loading…
Add table
Reference in a new issue