forked from mia/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
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ VideoSlider::VideoSlider (wxWindow* parent, wxWindowID id)
|
||||||
max = 1;
|
max = 1;
|
||||||
Display = NULL;
|
Display = NULL;
|
||||||
SetClientSize(20,25);
|
SetClientSize(20,25);
|
||||||
|
SetMinSize(wxSize(20, 25));
|
||||||
locked = false;
|
locked = false;
|
||||||
SetRange(0,1);
|
SetRange(0,1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue