mirror of https://github.com/odrling/Aegisub
Merge r3929 to fix the video slider, updates #1073.
Originally committed to SVN as r3939.
This commit is contained in:
parent
5374441cdd
commit
dbc885fdb0
|
@ -66,6 +66,7 @@ VideoSlider::VideoSlider (wxWindow* parent, wxWindowID id)
|
|||
max = 1;
|
||||
Display = NULL;
|
||||
SetClientSize(20,25);
|
||||
SetMinSize(wxSize(20, 25));
|
||||
locked = false;
|
||||
SetRange(0,1);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue