summaryrefslogtreecommitdiffstats
path: root/pictureswidget.cpp
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2019-11-22 16:25:30 +0100
committerArno <arno@disconnect.de>2019-11-22 16:25:30 +0100
commitb98ca1a0618865c3edd67a29c0af6da1d87ad269 (patch)
tree76894781e74b003c389273e8902e3cbc9ac6c0d3 /pictureswidget.cpp
parent7d0e2081df281f494321b25e7ba4324faff2cc90 (diff)
downloadSheMov-b98ca1a0618865c3edd67a29c0af6da1d87ad269.tar.gz
SheMov-b98ca1a0618865c3edd67a29c0af6da1d87ad269.tar.bz2
SheMov-b98ca1a0618865c3edd67a29c0af6da1d87ad269.zip
Kill hover madness, part 1
Didn't work any more, and prevents it to build even under MSYS2 (windows), since xcb.h is not available. Next, kill the configuration options.
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 bc7fcc1..10ae6b0 100644
--- a/pictureswidget.cpp
+++ b/pictureswidget.cpp
@@ -191,7 +191,6 @@ void PicturesWidget::constructWindowTitle(){
MappingData selected = mMappingTree->selectedItem();
if(!selected.path.isEmpty()){
windowTitle = QString("%1 - [%2]").arg(mWindowTitleBase).arg(selected.path.join("/"));
- mPictureListView->setHoverWinVisible(false);
}
emit needWindowTitleChange(windowTitle);
}