summaryrefslogtreecommitdiffstats
path: root/pictureswidget.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2015-06-06 10:47:15 +0200
committerArno <arno@disconnect.de>2015-06-06 10:47:15 +0200
commit41e54bc5bded308687ad090afef9e5737edbe9b3 (patch)
treea5868d8ec8a551459c5ebdac9d155e70a4affdcc /pictureswidget.cpp
parent2b6a35559cc330fe0356a961e3283a11abc3442f (diff)
downloadSheMov-41e54bc5bded308687ad090afef9e5737edbe9b3.tar.gz
SheMov-41e54bc5bded308687ad090afef9e5737edbe9b3.tar.bz2
SheMov-41e54bc5bded308687ad090afef9e5737edbe9b3.zip
Navigate NewPicsDialog by keyboard
MappingView: * Key_Right: add mapping * Ctrl-Key_Right: shift focus to ResultView * Delete: clear all mappings ResultView: * Key_Left: remove mapping * Ctrl-Key_Left: shift focus to MappingView
Diffstat (limited to 'pictureswidget.cpp')
-rw-r--r--pictureswidget.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/pictureswidget.cpp b/pictureswidget.cpp
index c23af06..d27d801 100644
--- a/pictureswidget.cpp
+++ b/pictureswidget.cpp
@@ -84,7 +84,6 @@ void PicturesWidget::readSettings(){
for(int i = 0; i < ps.count(); ++i){
path << ps.at(i).toInt();
}
- mMappingTree->selectPath(path);
mPictureView->readHeaderConfig();
}