Skip to content

Commit

Permalink
#329 名前の変更は途中での並び替えの想定が不要であることを確認
Browse files Browse the repository at this point in the history
  • Loading branch information
yamahubuki committed Jul 2, 2020
1 parent ac90f20 commit 45173ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tabs/fileList.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ class FileListTab(base.FalconTabBase):
]

def OnLabelEditEnd(self,evt):
"""
ファイル名変更の入力終了イベント
入力中にリストが並び替えされると自動でキャンセル扱いになるのでインデックスによる処理でよい
"""
self.isRenaming=False
self.parent.SetShortcutEnabled(True)
if evt.IsEditCancelled(): #ユーザによる編集キャンセル
Expand Down

0 comments on commit 45173ec

Please sign in to comment.