wxBLACK usage.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -406,11 +406,9 @@ bool wxSlider::Create(
|
||||
)
|
||||
) + 4; // for bordersizes
|
||||
|
||||
wxColour vColour;
|
||||
wxColour vColour(*wxBLACK);
|
||||
|
||||
vColour.Set(wxString(wxT("BLACK")));
|
||||
|
||||
LONG lColor = (LONG)vColour.GetPixel();
|
||||
LONG lColor = (LONG)vColour.GetPixel();
|
||||
|
||||
::WinSetPresParam( m_hStaticMin
|
||||
,PP_FOREGROUNDCOLOR
|
||||
|
Reference in New Issue
Block a user