diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-08 09:32:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2009-11-08 09:32:44 +0000 |
| commit | 3662b94aa8fb30174076925a1e982295f93e5df5 (patch) | |
| tree | 24c9f58a93c2faa6f95bf43f10f46e8f23e7ae14 /src/ui/skin.cpp | |
| parent | 612761a2f7973dfbb22a94267b51c438c367bffa (diff) | |
| download | qmmp-3662b94aa8fb30174076925a1e982295f93e5df5.tar.gz qmmp-3662b94aa8fb30174076925a1e982295f93e5df5.tar.bz2 qmmp-3662b94aa8fb30174076925a1e982295f93e5df5.zip | |
fixed cursors
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1360 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/skin.cpp')
| -rw-r--r-- | src/ui/skin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/skin.cpp b/src/ui/skin.cpp index 0c59a0c26..225a0e35e 100644 --- a/src/ui/skin.cpp +++ b/src/ui/skin.cpp @@ -167,6 +167,8 @@ void Skin::loadCursors() { if(!m_use_cursors) { + for(int i = CUR_NORMAL; i <= CUR_WSWINBUT; ++i) + cursors[i] = QCursor(Qt::ArrowCursor); cursors[CUR_PSIZE] = QCursor(Qt::SizeFDiagCursor); return; } |
