Add a FIXME for a reminder...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
0dd9b9e2be
commit
c53c7fad2e
@ -1643,6 +1643,8 @@ window_scroll_event(GtkWidget*, GdkEventScroll* gdk_event, wxWindow* win)
|
||||
|
||||
wxMouseEvent event(wxEVT_MOUSEWHEEL);
|
||||
InitMouseEvent(win, event, gdk_event);
|
||||
|
||||
// FIXME: Get these values from GTK or GDK
|
||||
event.m_linesPerAction = 3;
|
||||
event.m_wheelDelta = 120;
|
||||
if (gdk_event->direction == GDK_SCROLL_UP)
|
||||
|
Loading…
Reference in New Issue
Block a user