[vlc-commits] skins2: fix resize cursor not resetting properly
Erwan Tulou
git at videolan.org
Thu Feb 8 02:00:10 CET 2018
vlc | branch: master | Erwan Tulou <erwan10 at videolan.org> | Thu Feb 8 01:56:53 2018 +0100| [8c407d84f5cf3e7879f2297b3e78958017dc99e0] | committer: Erwan Tulou
skins2: fix resize cursor not resetting properly
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8c407d84f5cf3e7879f2297b3e78958017dc99e0
---
modules/gui/skins2/controls/ctrl_resize.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/skins2/controls/ctrl_resize.cpp b/modules/gui/skins2/controls/ctrl_resize.cpp
index 7992d4b0fe..bb6e17f060 100644
--- a/modules/gui/skins2/controls/ctrl_resize.cpp
+++ b/modules/gui/skins2/controls/ctrl_resize.cpp
@@ -174,7 +174,7 @@ void CtrlResize::CmdStillResize::execute()
void CtrlResize::CmdResizeStill::execute()
{
// Set the cursor
- m_pParent->changeCursor( m_pParent->m_direction );
+ m_pParent->changeCursor( WindowManager::kNone );
m_pParent->releaseMouse();
More information about the vlc-commits
mailing list