forked from AuroraMiddleware/gtk
Merge branch 'fix-3581-4.0' into 'gtk-4.0'
GDK-Win32: Remove extraneous call to _gdk_win32_append_event() (fix issue #3581 on gtk-4.0 branch) See merge request GNOME/gtk!3307
This commit is contained in:
commit
cb05be0aa5
@ -61,6 +61,7 @@ static DefaultCursor default_cursors[] = {
|
||||
{ "text", IDC_IBEAM },
|
||||
{ "move", IDC_SIZEALL },
|
||||
{ "not-allowed", IDC_NO },
|
||||
{ "all-scroll", IDC_SIZEALL },
|
||||
{ "ew-resize", IDC_SIZEWE },
|
||||
{ "e-resize", IDC_SIZEWE },
|
||||
{ "w-resize", IDC_SIZEWE },
|
||||
|
@ -2485,8 +2485,6 @@ gdk_event_translate (MSG *msg,
|
||||
delta_y,
|
||||
FALSE);
|
||||
|
||||
_gdk_win32_append_event (event);
|
||||
|
||||
/* Append the discrete version too */
|
||||
direction = 0;
|
||||
if (msg->message == WM_MOUSEWHEEL)
|
||||
|
Loading…
Reference in New Issue
Block a user