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:
parent
553c5bcc3a
commit
a4a5c96ed7
@ -241,8 +241,6 @@ bool wxSlider95::Create(wxWindow *parent, wxWindowID id,
|
||||
|
||||
::SetWindowText((HWND) m_hWnd, wxEmptyString);
|
||||
|
||||
SetFont(parent->GetFont());
|
||||
|
||||
if ( m_windowStyle & wxSL_LABELS )
|
||||
{
|
||||
// Finally, create max value static item
|
||||
|
Loading…
Reference in New Issue
Block a user