SetBackgroundColour() and SetForegroundColour() were being called before the HWND...
authorGeorge Tasker <gtasker@allenbrook.com>
Wed, 7 Feb 2001 16:12:56 +0000 (16:12 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Wed, 7 Feb 2001 16:12:56 +0000 (16:12 +0000)
commit31334ecb036c4682ccd5c14b49eeb5dcbf335e03
treef8d44d25833b603bd1c46ecb501a46c450df9e0c
parentc521c4947e25963c1a3de4855b6b2fdb4e24843b
SetBackgroundColour() and SetForegroundColour() were being called before the HWND was set for the wxGauge95, and these two functions require the HWND of the gauge.  Moved the call to these two functions to be after teh HWND is set.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/gauge95.cpp