Kaydet (Commit) cb43146c authored tarafından Caolán McNamara's avatar Caolán McNamara

Related: rhbz#1289398 UP and LEFT are positive

Change-Id: I310d5ae60471c03c13cd2f3cf752362c4e562dac
(cherry picked from commit 60f82a0b)
üst 5c3d44a5
......@@ -2480,7 +2480,7 @@ gboolean GtkSalFrame::signalScroll( GtkWidget*, GdkEvent* pEvent, gpointer frame
break;
case GDK_SCROLL_LEFT:
aEvent.mbHorz = true;
aEvent.mnDelta = -120;
aEvent.mnDelta = 120;
break;
case GDK_SCROLL_RIGHT:
aEvent.mnDelta = -120;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment