From: george82 Date: Tue, 15 Mar 2005 17:11:40 +0000 (+0000) Subject: Added the possibility to change the time position in the time trackbar X-Git-Tag: v0.0.90~384^2~590 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=bcc129bd3f30ad064cbf4d953a0e9e67ca985c52;p=tigervnc.git Added the possibility to change the time position in the time trackbar by mouse wheel. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@245 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx index 5fb5b161..38dd241a 100644 --- a/rfbplayer/rfbplayer.cxx +++ b/rfbplayer/rfbplayer.cxx @@ -436,9 +436,11 @@ RfbPlayer::processMainMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) sliderDraging = true; updatePos(Pos); return 0; + case TB_THUMBPOSITION: case TB_ENDTRACK: setPos(Pos); setPaused(isPaused());; + updatePos(Pos); sliderDraging = false; return 0; default: