removed SetFont() inheriting the parents font
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -241,8 +241,6 @@ bool wxSlider95::Create(wxWindow *parent, wxWindowID id,
|
|||||||
|
|
||||||
::SetWindowText((HWND) m_hWnd, wxEmptyString);
|
::SetWindowText((HWND) m_hWnd, wxEmptyString);
|
||||||
|
|
||||||
SetFont(parent->GetFont());
|
|
||||||
|
|
||||||
if ( m_windowStyle & wxSL_LABELS )
|
if ( m_windowStyle & wxSL_LABELS )
|
||||||
{
|
{
|
||||||
// Finally, create max value static item
|
// Finally, create max value static item
|
||||||
|
Reference in New Issue
Block a user