Repaint videoslider when resizing
Originally committed to SVN as r16.
This commit is contained in:
parent
59db7e90e1
commit
a1bf8a221e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue