Keep user-set wxFrame background color even if MSW system background changes.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 11:01:31 +0000 (11:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 1 Jun 2012 11:01:31 +0000 (11:01 +0000)
commit3ceb10b16235dfc7458de6dff2dafc2306946452
treefe6b7a0de9303fc2f0ad80566427250526218dc1
parentfb040ec186f3ee72cd1cf6a74bcce50aee00b2f6
Keep user-set wxFrame background color even if MSW system background changes.

Don't override wxFrame background colour when the system background colour
changes if it was explicitly set by the user.

Closes #14364.

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