Allow tabbing out of the video slider
Originally committed to SVN as r6894.
This commit is contained in:
parent
acea3a04e0
commit
46c83d7f1c
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@ void VideoSlider::OnKeyDown(wxKeyEvent &event) {
|
|||
c->subsGrid->GetEventHandler()->ProcessEvent(event);
|
||||
c->subsGrid->SetFocus();
|
||||
}
|
||||
else {
|
||||
event.Skip();
|
||||
}
|
||||
}
|
||||
|
||||
void VideoSlider::OnPaint(wxPaintEvent &) {
|
||||
|
|
Loading…
Reference in a new issue