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:
Rodrigo Braz Monteiro 2007-07-03 01:18:00 +00:00
parent 1125cbb5a9
commit 79e3e49cf4
1 changed files with 1 additions and 0 deletions

View File

@ -681,6 +681,7 @@ void SubsTextEditCtrl::OnMouseEvent(wxMouseEvent &event) {
}
event.Skip();
GetParent()->AddPendingEvent(event);
}