pygui: updates to capture canvas tab change events and set the statusbar zoom variable to be the current canvas
This commit is contained in:
parent
f9a4fe3331
commit
29ffd64b41
2 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue