1
0
mirror of https://github.com/odrling/Aegisub synced 2025-04-11 22:56:02 +02:00

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

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