From 79e3e49cf40443e4304ffda7cf74b74f294e2695 Mon Sep 17 00:00:00 2001 From: Rodrigo Braz Monteiro Date: Tue, 3 Jul 2007 01:18:00 +0000 Subject: [PATCH] 1337 GET! Fixed behavior of mouse wheel when mouse is over the scintilla subtitle edit control. Originally committed to SVN as r1337. --- aegisub/subs_edit_ctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/aegisub/subs_edit_ctrl.cpp b/aegisub/subs_edit_ctrl.cpp index cfff3cd1a..c3c076a2b 100644 --- a/aegisub/subs_edit_ctrl.cpp +++ b/aegisub/subs_edit_ctrl.cpp @@ -681,6 +681,7 @@ void SubsTextEditCtrl::OnMouseEvent(wxMouseEvent &event) { } event.Skip(); + GetParent()->AddPendingEvent(event); }