diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-22 14:49:35 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-10-22 14:49:35 +0000 |
| commit | 92e71fe0c8024451a58773f90321fa70eef3294c (patch) | |
| tree | ac943fc7afcd2f72464e845ad6f58c89a2f28207 /src/plugins/Ui/skinned/playlist.cpp | |
| parent | 31be39a03cf81c7d52284ee2efe45de96ed38048 (diff) | |
| download | qmmp-92e71fe0c8024451a58773f90321fa70eef3294c.tar.gz qmmp-92e71fe0c8024451a58773f90321fa70eef3294c.tar.bz2 qmmp-92e71fe0c8024451a58773f90321fa70eef3294c.zip | |
fixed possible problems on win64
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3818 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/playlist.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/playlist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Ui/skinned/playlist.cpp b/src/plugins/Ui/skinned/playlist.cpp index d4a5db34a..1eaba5292 100644 --- a/src/plugins/Ui/skinned/playlist.cpp +++ b/src/plugins/Ui/skinned/playlist.cpp @@ -384,7 +384,7 @@ void PlayList::mouseMoveEvent (QMouseEvent *e) { if (m_resize) { -#ifdef Q_OS_WIN32 +#ifdef Q_OS_WIN int sx = (width()-275) /25; int sy = (height()-116) /29; if(width() < e->x() - 14) |
