Commit 77eb1bedc062e87fafea4bc3025c9dbe25b81a09

Authored by Paulo Henrique Junqueira Amorim
1 parent e4f35c0c

ENH: Return to import window if clicked on close project #88

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/control.py
... ... @@ -357,6 +357,7 @@ class Controller():
357 357 Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT)
358 358 Publisher.sendMessage('Hide content panel')
359 359 Publisher.sendMessage('Close project data')
  360 + Publisher.sendMessage('Show import panel in frame')
360 361 session = ses.Session()
361 362 session.CloseProject()
362 363  
... ...