attempt adding scaling function to the gui
This commit is contained in:
parent
3d1692fbb3
commit
8734b9f22f
4 changed files with 159 additions and 18 deletions
|
@ -53,6 +53,9 @@ class CanvasGraph(tk.Canvas):
|
|||
self.marker_tool = None
|
||||
self.to_copy = []
|
||||
|
||||
# app's scale, different scale values to support higher resolution display
|
||||
self.app_scale = 1.0
|
||||
|
||||
# background related
|
||||
self.wallpaper_id = None
|
||||
self.wallpaper = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue