diff options
author | xoher | 2015-06-29 13:56:34 +0530 |
---|---|---|
committer | xoher | 2015-06-29 13:56:34 +0530 |
commit | ebe5526305045c2b33e0810ef76324c6ae3b2ffb (patch) | |
tree | 7d06144755c1ed3d76ec5f6456ae03d0d732232f /src/frontEnd/Workspace.py | |
parent | 739696c6c2d100b42d147b5451cb67bfc6063923 (diff) | |
download | eSim-ebe5526305045c2b33e0810ef76324c6ae3b2ffb.tar.gz eSim-ebe5526305045c2b33e0810ef76324c6ae3b2ffb.tar.bz2 eSim-ebe5526305045c2b33e0810ef76324c6ae3b2ffb.zip |
Splash screen closes on closing workspace window
Diffstat (limited to 'src/frontEnd/Workspace.py')
-rw-r--r-- | src/frontEnd/Workspace.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontEnd/Workspace.py b/src/frontEnd/Workspace.py index f2dbc1b4..8f2b6c96 100644 --- a/src/frontEnd/Workspace.py +++ b/src/frontEnd/Workspace.py @@ -80,6 +80,7 @@ class Workspace(QtGui.QWidget): self.obj_appconfig.print_info('Default workspace selected : ' + self.obj_appconfig.default_workspace["workspace"]) self.close() var_appView.show() + var_appView.splash.close() @@ -113,6 +114,7 @@ class Workspace(QtGui.QWidget): self.imp_var=1 self.close() var_appView.show() + var_appView.splash.close() def browseLocation(self): |