From a1bf8a221e47fa684256a0f14d3e05d799ea9e39 Mon Sep 17 00:00:00 2001 From: Fredrik Mellbin Date: Fri, 20 Jan 2006 22:56:15 +0000 Subject: [PATCH] Repaint videoslider when resizing Originally committed to SVN as r16. --- core/video_slider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/video_slider.cpp b/core/video_slider.cpp index 77ecaf97c..2502733b8 100644 --- a/core/video_slider.cpp +++ b/core/video_slider.cpp @@ -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);