mirror of https://github.com/odrling/Aegisub
Allow tabbing out of the video slider
Originally committed to SVN as r6894.
This commit is contained in:
parent
acea3a04e0
commit
46c83d7f1c
|
@ -159,6 +159,9 @@ void VideoSlider::OnKeyDown(wxKeyEvent &event) {
|
||||||
c->subsGrid->GetEventHandler()->ProcessEvent(event);
|
c->subsGrid->GetEventHandler()->ProcessEvent(event);
|
||||||
c->subsGrid->SetFocus();
|
c->subsGrid->SetFocus();
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
event.Skip();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void VideoSlider::OnPaint(wxPaintEvent &) {
|
void VideoSlider::OnPaint(wxPaintEvent &) {
|
||||||
|
|
Loading…
Reference in New Issue