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:
Matthias Clasen 2021-03-17 16:06:53 +00:00
commit cb05be0aa5
2 changed files with 1 additions and 2 deletions

View File

@ -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 },

View File

@ -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)