mirror of https://github.com/odrling/Aegisub
1337 GET! Fixed behavior of mouse wheel when mouse is over the scintilla subtitle edit control.
Originally committed to SVN as r1337.
This commit is contained in:
parent
1125cbb5a9
commit
79e3e49cf4
|
@ -681,6 +681,7 @@ void SubsTextEditCtrl::OnMouseEvent(wxMouseEvent &event) {
|
|||
}
|
||||
|
||||
event.Skip();
|
||||
GetParent()->AddPendingEvent(event);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue