Commit a4e630ad4f13a527c9f78195b2c413c8400dc3d9

Authored by tatiana
1 parent 48c51610

FIX: Set MODE_RP when project is closedw

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/session.py
... ... @@ -57,7 +57,7 @@ class Session(object):
57 57 debug("Session.CloseProject")
58 58 self.project_path = ()
59 59 self.project_status = const.PROJ_CLOSE
60   - self.mode = const.MODE_RP
  60 + #self.mode = const.MODE_RP
61 61 self.temp_item = False
62 62  
63 63 def SaveProject(self, path=()):
... ...