Skip to content

Commit

Permalink
3.91
Browse files Browse the repository at this point in the history
  • Loading branch information
moyy996 committed Mar 17, 2020
1 parent 8252412 commit b7b385d
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 55 deletions.
2 changes: 1 addition & 1 deletion AVDC_Main.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def __init__(self, parent=None):
self.Init_Ui()
self.set_style()
# 初始化需要的变量
self.version = '3.9'
self.version = '3.91'
self.m_drag = False
self.m_DragPosition = 0
self.item_succ = self.Ui.treeWidget_number.topLevelItem(0)
Expand Down
Loading

0 comments on commit b7b385d

Please sign in to comment.