diff options
Diffstat (limited to 'shemov.cpp')
-rw-r--r-- | shemov.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); ;; |