mirror of https://github.com/odrling/Aegisub
Repaint videoslider when resizing
Originally committed to SVN as r16.
This commit is contained in:
parent
59db7e90e1
commit
a1bf8a221e
|
@ -50,7 +50,7 @@
|
||||||
///////////////
|
///////////////
|
||||||
// Constructor
|
// Constructor
|
||||||
VideoSlider::VideoSlider (wxWindow* parent, wxWindowID id)
|
VideoSlider::VideoSlider (wxWindow* parent, wxWindowID id)
|
||||||
: wxWindow (parent,id,wxDefaultPosition,wxDefaultSize,wxWANTS_CHARS)
|
: wxWindow (parent,id,wxDefaultPosition,wxDefaultSize,wxWANTS_CHARS | wxFULL_REPAINT_ON_RESIZE)
|
||||||
{
|
{
|
||||||
Display = NULL;
|
Display = NULL;
|
||||||
SetClientSize(20,25);
|
SetClientSize(20,25);
|
||||||
|
|
Loading…
Reference in New Issue