removed a SetFont(parent->GetFont())

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-24 04:45:53 +00:00
parent d6375c6983
commit 1e63e75076

View File

@@ -152,8 +152,6 @@ bool wxScrollBar::Create(wxWindow *parent, wxWindowID id,
::SetScrollPos(scroll_bar, SB_CTL, 0, FALSE);
ShowWindow(scroll_bar, SW_SHOW);
SetFont(parent->GetFont());
m_hWnd = (WXHWND)scroll_bar;
// Subclass again for purposes of dialog editing mode