Commit eeb5d439e7cef08144a906a07075efd0e067af48
1 parent
e749bf43
Exists in
master
and in
12 other branches
Setting Interactor Style to Default when closing a project
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/control.py
... | ... | @@ -355,6 +355,7 @@ class Controller(): |
355 | 355 | |
356 | 356 | Publisher.sendMessage('Hide content panel') |
357 | 357 | Publisher.sendMessage('Close project data') |
358 | + Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT) | |
358 | 359 | session = ses.Session() |
359 | 360 | session.CloseProject() |
360 | 361 | ... | ... |