summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 9804e94..341cb83 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -222,6 +222,8 @@ void SheMov::tabChanged(int newTab){
case Pictures:
connect(mPVSelectAllA, SIGNAL(triggered()), mPicWidget->picView(), SLOT(setPVAll()));
mPicWidget->constructWindowTitle();
+ setDuration(0x0, false);
+ break;
default:
setDuration(0x0, false);
;;