mirror of https://github.com/OpenTTD/OpenTTD
(svn r19002) -Fix [FS#1140]: [OSX] Problems with scrolling touchpad (Peter Thorson). I can/have not test(ed) it, it cannot break non OSX builds.
parent
228da0ccd3
commit
36298c1454
|
@ -2109,6 +2109,10 @@ static void MouseLoop(MouseClick click, int mousewheel)
|
||||||
if (!(w->flags4 & WF_DISABLE_VP_SCROLL)) {
|
if (!(w->flags4 & WF_DISABLE_VP_SCROLL)) {
|
||||||
_scrolling_viewport = true;
|
_scrolling_viewport = true;
|
||||||
_cursor.fix_at = true;
|
_cursor.fix_at = true;
|
||||||
|
|
||||||
|
/* clear 2D scrolling caches before we start a 2D scroll */
|
||||||
|
_cursor.h_wheel = 0;
|
||||||
|
_cursor.v_wheel = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue