1
0
Fork 0

Repaint videoslider when resizing

Originally committed to SVN as r16.
This commit is contained in:
Fredrik Mellbin 2006-01-20 22:56:15 +00:00
parent 59db7e90e1
commit a1bf8a221e
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
///////////////
// Constructor
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;
SetClientSize(20,25);