Commit f01038cc9ba12028b4d79832e638eb0797bcab8a
1 parent
10fde79d
Exists in
master
"Load data to import panel" doesnt exist anymore
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
invesalius/control.py
| ... | ... | @@ -189,7 +189,6 @@ class Controller(): |
| 189 | 189 | dialog.ImportEmptyDirectory(dirpath) |
| 190 | 190 | elif dirpath: |
| 191 | 191 | self.StartImportPanel(dirpath) |
| 192 | - Publisher.sendMessage("Load data to import panel", dirpath) | |
| 193 | 192 | |
| 194 | 193 | def ShowDialogImportOtherFiles(self, id_type): |
| 195 | 194 | # Offer to save current project if necessary | ... | ... |