Merge r3929 to fix the video slider, updates #1073.

Originally committed to SVN as r3939.
This commit is contained in:
Amar Takhar 2010-01-05 00:51:53 +00:00
parent 5374441cdd
commit dbc885fdb0
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}