forked from mia/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
1 changed files with 1 additions and 0 deletions
|
@ -681,6 +681,7 @@ void SubsTextEditCtrl::OnMouseEvent(wxMouseEvent &event) {
|
||||||
}
|
}
|
||||||
|
|
||||||
event.Skip();
|
event.Skip();
|
||||||
|
GetParent()->AddPendingEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue