pygui: updates to capture canvas tab change events and set the statusbar zoom variable to be the current canvas

This commit is contained in:
Blake Harnden 2020-12-17 14:56:54 -08:00
parent f9a4fe3331
commit 29ffd64b41
2 changed files with 9 additions and 1 deletions

View file

@ -48,7 +48,6 @@ class StatusBar(ttk.Frame):
self.zoom = ttk.Label(self, anchor=tk.CENTER, borderwidth=1, relief=tk.RIDGE)
self.zoom.grid(row=0, column=1, sticky=tk.EW)
# self.set_zoom(self.app.canvas.ratio)
self.cpu_label = ttk.Label(
self, anchor=tk.CENTER, borderwidth=1, relief=tk.RIDGE