Allow tabbing out of the video slider

Originally committed to SVN as r6894.
This commit is contained in:
cantabile 2012-06-12 02:59:38 +00:00 committed by Thomas Goyne
parent acea3a04e0
commit 46c83d7f1c
1 changed files with 3 additions and 0 deletions

View File

@ -159,6 +159,9 @@ void VideoSlider::OnKeyDown(wxKeyEvent &event) {
c->subsGrid->GetEventHandler()->ProcessEvent(event);
c->subsGrid->SetFocus();
}
else {
event.Skip();
}
}
void VideoSlider::OnPaint(wxPaintEvent &) {