Commit 29ceb405563d4661554bbb0572df7e59b47d2eaa
1 parent
3ef34e3e
Exists in
master
and in
6 other branches
ENH: Busy cursor in open DICOM directory
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/session.py
@@ -81,6 +81,7 @@ class Session(object): | @@ -81,6 +81,7 @@ class Session(object): | ||
81 | 81 | ||
82 | def CreateProject(self, filename): | 82 | def CreateProject(self, filename): |
83 | import constants as const | 83 | import constants as const |
84 | + ps.Publisher().sendMessage('Begin busy cursor') | ||
84 | print "-- CreateProject" | 85 | print "-- CreateProject" |
85 | # Set session info | 86 | # Set session info |
86 | self.project_path = (self.tempdir, filename) | 87 | self.project_path = (self.tempdir, filename) |