Skip to content

Commit

Permalink
改进ImgLook,图片显示支持滚动条
Browse files Browse the repository at this point in the history
  • Loading branch information
cforth committed Dec 17, 2018
1 parent 34ef832 commit 38861dc
Show file tree
Hide file tree
Showing 5 changed files with 361 additions and 294 deletions.
2 changes: 1 addition & 1 deletion CryptoApp.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class RootWindow(ttk.Frame):

def img_look(self):
self.clear_window()
self.ChildWindow = ImgLook.Window("ImgLookUI.json", self)
self.ChildWindow = ImgLook.Window()
self.master.bind("<Key>", self.ChildWindow.key_event)
self.master.title("图片查看器")
self.master.minsize(600, 600)
Expand Down
Loading

0 comments on commit 38861dc

Please sign in to comment.