diff options
author | Arno <arno@disconnect.de> | 2015-08-12 19:29:44 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2015-08-12 19:29:44 +0200 |
commit | dc2927587eb758754babf98adb764c3bbdccd024 (patch) | |
tree | 7fc3a9c94f2e895862de0523a06475a3572112e7 /pictureswidget.cpp | |
parent | 49b943474c4ac39ee5f0f2e900fddd1253a84366 (diff) | |
download | SheMov-dc2927587eb758754babf98adb764c3bbdccd024.tar.gz SheMov-dc2927587eb758754babf98adb764c3bbdccd024.tar.bz2 SheMov-dc2927587eb758754babf98adb764c3bbdccd024.zip |
Implement slide through all pictures
Wow, that was much more complicated than I first thought, but it seems
to work. Maybe it's much more convoluted than it has to be :)
Diffstat (limited to 'pictureswidget.cpp')
-rw-r--r-- | pictureswidget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pictureswidget.cpp b/pictureswidget.cpp index 59007ca..8e6dc7b 100644 --- a/pictureswidget.cpp +++ b/pictureswidget.cpp @@ -213,6 +213,7 @@ void PictureView::setPVData(int replace){ void PictureView::setPVAll(){ PicDataList data = mModel->allFiles(); mPV->addFiles(data, true); + mPV->setSlideSelected(); } void PictureView::setHoverWinVisible(bool visible) const { |