Commit 1a25b970a2a8a9d2a1df1642689da2a1a4c0424a

Authored by Paulo Henrique Junqueira Amorim
1 parent 0ef19097

ENH: changed dictionary with states of the toolbar

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/frame.py
@@ -379,7 +379,7 @@ class ObjectToolBar(wx.ToolBar): @@ -379,7 +379,7 @@ class ObjectToolBar(wx.ToolBar):
379 self.Realize() 379 self.Realize()
380 380
381 self.states = {1:"Zoom in image", 2:"Zoom out image", 381 self.states = {1:"Zoom in image", 2:"Zoom out image",
382 - 3:"Rotate image", 4:"Translate image", 382 + 3:"Rotate image", 4:"Set Pan Mode",
383 5: "Bright and contrast adjustment"} 383 5: "Bright and contrast adjustment"}
384 384
385 def __bind_events(self): 385 def __bind_events(self):