Commit 77eb1bedc062e87fafea4bc3025c9dbe25b81a09
1 parent
e4f35c0c
Exists in
master
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,6 +357,7 @@ class Controller(): | ||
| 357 | Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT) | 357 | Publisher.sendMessage('Set slice interaction style', const.STATE_DEFAULT) |
| 358 | Publisher.sendMessage('Hide content panel') | 358 | Publisher.sendMessage('Hide content panel') |
| 359 | Publisher.sendMessage('Close project data') | 359 | Publisher.sendMessage('Close project data') |
| 360 | + Publisher.sendMessage('Show import panel in frame') | ||
| 360 | session = ses.Session() | 361 | session = ses.Session() |
| 361 | session.CloseProject() | 362 | session.CloseProject() |
| 362 | 363 |