Commit 1910aaa810c442066fb2916648bf127f9e1b0f7f
1 parent
69a44375
Exists in
master
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,9 +353,9 @@ class Controller(): | ||
353 | proj = prj.Project() | 353 | proj = prj.Project() |
354 | proj.Close() | 354 | proj.Close() |
355 | 355 | ||
356 | + Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT) | ||
356 | Publisher.sendMessage('Hide content panel') | 357 | Publisher.sendMessage('Hide content panel') |
357 | Publisher.sendMessage('Close project data') | 358 | Publisher.sendMessage('Close project data') |
358 | - Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT) | ||
359 | session = ses.Session() | 359 | session = ses.Session() |
360 | session.CloseProject() | 360 | session.CloseProject() |
361 | 361 |