Applied patch [ 590031 ] Slider: Events must be enabled earlier
authorJulian Smart <julian@anthemion.co.uk>
Thu, 8 Aug 2002 09:24:38 +0000 (09:24 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 8 Aug 2002 09:24:38 +0000 (09:24 +0000)
commit91b167ddeb53aa37dae060e8fde7eed276959c47
treec1c3f992221dfecef85953c47b15b591d60af75e
parent7a9c8d7492b32f310554cc0adfe2e3890a09a134
Applied patch [ 590031 ] Slider: Events must be enabled earlier

The current wxSlider - implementation gives a gtk-warning
about not being able to find an event handler. This is
because the first call of GtkEnableEvents has to happen a
few lines earlier. The patch fixes this.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/slider.cpp
src/gtk1/slider.cpp