diff options
author | Arno <am@disconnect.de> | 2011-04-30 10:26:41 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-04-30 10:26:41 +0200 |
commit | 9b7075a7fbd3550dec0c98f6d0b4680830324085 (patch) | |
tree | 1874b4c5f9b03d371104c1411976eef041cd0adc /filestreewidget.h | |
parent | 41a06ed5bc736e4498b7a23714ee02e226455a0e (diff) | |
download | SheMov-9b7075a7fbd3550dec0c98f6d0b4680830324085.tar.gz SheMov-9b7075a7fbd3550dec0c98f6d0b4680830324085.tar.bz2 SheMov-9b7075a7fbd3550dec0c98f6d0b4680830324085.zip |
Fix Hotspot of X-Cursor when hovering
Made Y-Offset for the cursor configurable. After switching from
kwin to awesome WM the hotspot for hovering was way off.
Diffstat (limited to 'filestreewidget.h')
-rw-r--r-- | filestreewidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filestreewidget.h b/filestreewidget.h index 5b064b9..86210c3 100644 --- a/filestreewidget.h +++ b/filestreewidget.h @@ -83,6 +83,7 @@ class FilesTreeView : public QTreeView { HoverWindow *mHoverWin; bool mHoverPics; bool mHoverMovies; + qint16 mCursorOffest; }; class FilesTreeSortModel : public QSortFilterProxyModel { |