mirror of
https://github.com/odrling/Aegisub
synced 2025-04-11 22:56:02 +02:00
Repaint videoslider when resizing
Originally committed to SVN as r16.
This commit is contained in:
parent
59db7e90e1
commit
a1bf8a221e
@ -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…
x
Reference in New Issue
Block a user