1. Don't draw our own custom label if we don't have custom foreground colour,
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Dec 2006 22:20:53 +0000 (22:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Dec 2006 22:20:53 +0000 (22:20 +0000)
commit95fab76ba02122dccea89445ab9c40bb4970983b
treeb74bf09b231fc87990c46160b2235259b5eecff0
parent6969c2c31845ebe5bca1d4902a0dfe9cefe0da2c
1. Don't draw our own custom label if we don't have custom foreground colour,
   we don't need to do it then as it works just fine by default then

2. Use the theme font for the label (doesn't do anything for the default Luna
   theme but helps a lot with custom themes, unfortunately metrics are still
   wrong with them)

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