Commit 1910aaa810c442066fb2916648bf127f9e1b0f7f

Authored by Thiago Franco de Moraes
1 parent 69a44375

Deactivating style before closing the project when quiting InVesalius

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/control.py
... ... @@ -353,9 +353,9 @@ class Controller():
353 353 proj = prj.Project()
354 354 proj.Close()
355 355  
  356 + Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT)
356 357 Publisher.sendMessage('Hide content panel')
357 358 Publisher.sendMessage('Close project data')
358   - Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT)
359 359 session = ses.Session()
360 360 session.CloseProject()
361 361  
... ...