Skip to content

Commit

Permalink
重命名对话框焦点
Browse files Browse the repository at this point in the history
  • Loading branch information
rachpt committed Jun 21, 2020
1 parent 35c6bfe commit aa378c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lanzou/gui/dialogs/rename.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ def __init__(self, parent=None):
def set_values(self, infos=None):
self.infos = infos or []
self.update_text() # 更新界面
self.tx_desc.setFocus()

def initUI(self):
self.setWindowIcon(QIcon("./src/desc.ico"))
Expand Down

0 comments on commit aa378c4

Please sign in to comment.